diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/bar/waterfall.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/bar/waterfall.ts index b22cf80fc2..42b429aecf 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/bar/waterfall.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/bar/waterfall.ts @@ -72,7 +72,8 @@ export class Waterfall extends G2PlotChartView { 'axisForm', 'axisLabel', 'axisLabelFormatter', - 'showLengthLimit' + 'showLengthLimit', + 'axisLine' ], threshold: ['lineThreshold'] }