mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 12:03:05 +08:00
Merge pull request #13147 from dataease/pr@dev-v2@chart-stock-line-fix
fix(图表): 修复K线图关闭纵轴标签导致纵轴名称无法显示的问题
This commit is contained in:
commit
af82c59967
@ -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