mirror of
https://github.com/apache/superset.git
synced 2026-04-26 11:34:27 +00:00
add y-axis control to bubble chart (#1377)
This commit is contained in:
committed by
Yongjie Zhao
parent
827b361fc2
commit
de86eb9247
@@ -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],
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user