mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
[explore] adding y_axis_bounds to force Y axis bounds (#2878)
* [explore] adding y_axis_bounds to force Y axis * Handling comments
This commit is contained in:
committed by
GitHub
parent
c5f2eafc90
commit
e300273e71
@@ -8,6 +8,7 @@ import SelectControl from './controls/SelectControl';
|
||||
import TextAreaControl from './controls/TextAreaControl';
|
||||
import TextControl from './controls/TextControl';
|
||||
import VizTypeControl from './controls/VizTypeControl';
|
||||
import BoundsControl from './controls/BoundsControl';
|
||||
|
||||
const controlMap = {
|
||||
CheckboxControl,
|
||||
@@ -17,6 +18,7 @@ const controlMap = {
|
||||
TextAreaControl,
|
||||
TextControl,
|
||||
VizTypeControl,
|
||||
BoundsControl,
|
||||
};
|
||||
const controlTypes = Object.keys(controlMap);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user