mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 11:38:11 +08:00
fix(图表): 修复K线图关闭纵轴标签导致纵轴名称无法显示的问题
This commit is contained in:
@@ -610,6 +610,7 @@ export class StockLine extends G2PlotChartView<MixOptions, Mix> {
|
||||
label
|
||||
}
|
||||
: {
|
||||
...yAxisOptions['yAxis'],
|
||||
label,
|
||||
grid: null,
|
||||
line: null
|
||||
|
||||
Reference in New Issue
Block a user