forked from github/dataease
fix(图表): 修复K线图关闭纵轴标签导致纵轴名称无法显示的问题
This commit is contained in:
parent
902a47fd65
commit
47ac0e0511
@ -610,6 +610,7 @@ export class StockLine extends G2PlotChartView<MixOptions, Mix> {
|
|||||||
label
|
label
|
||||||
}
|
}
|
||||||
: {
|
: {
|
||||||
|
...yAxisOptions['yAxis'],
|
||||||
label,
|
label,
|
||||||
grid: null,
|
grid: null,
|
||||||
line: null
|
line: null
|
||||||
|
Loading…
Reference in New Issue
Block a user