add y-axis control to bubble chart (#1377)

This commit is contained in:
Phillip Kelley-Dotson
2021-09-24 11:31:36 -07:00
committed by Yongjie Zhao
parent 827b361fc2
commit de86eb9247

View File

@@ -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],
],
},
],