From de86eb9247facaeeec7fdcbbc883b9f2a8dfa785 Mon Sep 17 00:00:00 2001 From: Phillip Kelley-Dotson Date: Fri, 24 Sep 2021 11:31:36 -0700 Subject: [PATCH] add y-axis control to bubble chart (#1377) --- .../plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts index 71da011aedd..acf001e8231 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts @@ -34,6 +34,7 @@ import { xAxisShowMinmax, yAxisShowMinmax, leftMargin, + yAxisBounds, } from '../NVD3Controls'; const config: ControlPanelConfig = { @@ -113,6 +114,7 @@ const config: ControlPanelConfig = { [yAxisLabel, bottomMargin], ['y_axis_format', null], [yLogScale, yAxisShowMinmax], + [yAxisBounds], ], }, ],