mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 04:09:14 +00:00
feat: set default value for showSymbol
in the line graph (#258)
This commit is contained in:
@@ -65,7 +65,7 @@ export const DefaultGraphConfig: { [key: string]: any } = {
|
||||
type: "Line",
|
||||
step: false,
|
||||
smooth: false,
|
||||
showSymbol: false,
|
||||
showSymbol: true,
|
||||
showXAxis: true,
|
||||
showYAxis: true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user