Merge pull request #13610 from ulleo/dev-v2

feat(图表): 优化图表Y轴配置
This commit is contained in:
dataeaseShu 2024-11-27 17:30:58 +08:00 committed by GitHub
commit bf5c44ef14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
}