feat: set default value for showSymbol in the line graph (#258)

This commit is contained in:
Fine0830
2023-04-14 10:35:30 +08:00
committed by GitHub
parent 3f178f89f8
commit ce585d6e08
3 changed files with 6 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ export const DefaultGraphConfig: { [key: string]: any } = {
type: "Line",
step: false,
smooth: false,
showSymbol: false,
showSymbol: true,
showXAxis: true,
showYAxis: true,
},