Merge pull request #13147 from dataease/pr@dev-v2@chart-stock-line-fix

fix(图表): 修复K线图关闭纵轴标签导致纵轴名称无法显示的问题
This commit is contained in:
jianneng-fit2cloud 2024-11-05 19:06:57 +08:00 committed by GitHub
commit af82c59967
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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