feat(图表): 瀑布图纵轴支持配置轴线的样式

This commit is contained in:
jianneng-fit2cloud
2025-03-12 00:25:01 +08:00
committed by jianneng-fit2cloud
parent 4a5c7b5803
commit daa53c9df0

View File

@@ -72,7 +72,8 @@ export class Waterfall extends G2PlotChartView<WaterfallOptions, G2Waterfall> {
'axisForm',
'axisLabel',
'axisLabelFormatter',
'showLengthLimit'
'showLengthLimit',
'axisLine'
],
threshold: ['lineThreshold']
}