mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
refactor: create echarts query section (#20445)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
* under the License.
|
||||
*/
|
||||
import React from 'react';
|
||||
import { FeatureFlag, isFeatureEnabled, t } from '@superset-ui/core';
|
||||
import { t } from '@superset-ui/core';
|
||||
import {
|
||||
ControlPanelsContainerProps,
|
||||
ControlSetItem,
|
||||
@@ -138,10 +138,6 @@ export const onlyTotalControl: ControlSetItem = {
|
||||
},
|
||||
};
|
||||
|
||||
export const xAxisControl = isFeatureEnabled(FeatureFlag.GENERIC_CHART_AXES)
|
||||
? 'x_axis'
|
||||
: null;
|
||||
|
||||
const percentageThresholdControl: ControlSetItem = {
|
||||
name: 'percentage_threshold',
|
||||
config: {
|
||||
|
||||
Reference in New Issue
Block a user