mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 18:38:16 +08:00
feat(图表): 优化图表Y轴配置
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user