mirror of
https://github.com/apache/superset.git
synced 2026-04-27 12:05:24 +00:00
chore: move xaxis to superset-ui (#20438)
This commit is contained in:
@@ -36,7 +36,7 @@ import {
|
||||
|
||||
import { DEFAULT_FORM_DATA } from './types';
|
||||
import { EchartsTimeseriesSeriesType } from '../Timeseries/types';
|
||||
import { legendSection, richTooltipSection, xAxisControl } from '../controls';
|
||||
import { legendSection, richTooltipSection } from '../controls';
|
||||
|
||||
const {
|
||||
area,
|
||||
@@ -295,7 +295,7 @@ const config: ControlPanelConfig = {
|
||||
? {
|
||||
label: t('Shared query fields'),
|
||||
expanded: true,
|
||||
controlSetRows: [[xAxisControl]],
|
||||
controlSetRows: [['x_axis']],
|
||||
}
|
||||
: null,
|
||||
createQuerySection(t('Query A'), ''),
|
||||
|
||||
Reference in New Issue
Block a user