feat(图表): 优化图表Y轴配置
This commit is contained in:
parent
5629460162
commit
659c881678
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user