feat(图表): 优化图表Y轴配置

This commit is contained in:
ulleo
2024-11-27 17:28:33 +08:00
parent 5629460162
commit 659c881678

View File

@@ -556,7 +556,8 @@ export function getYAxis(chart: Chart) {
grid,
label,
line,
tickLine
tickLine,
nice: true
}
return axis
}
@@ -649,7 +650,8 @@ export function getYAxisExt(chart: Chart) {
grid,
label,
line,
tickLine
tickLine,
nice: true
}
return axis
}