mirror of
https://github.com/apache/superset.git
synced 2026-04-23 18:14:56 +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'), ''),
|
||||
|
||||
@@ -28,17 +28,17 @@ import {
|
||||
QueryFormColumn,
|
||||
} from '@superset-ui/core';
|
||||
import {
|
||||
DEFAULT_LEGEND_FORM_DATA,
|
||||
EchartsLegendFormData,
|
||||
EchartsTitleFormData,
|
||||
DEFAULT_TITLE_FORM_DATA,
|
||||
StackType,
|
||||
} from '../types';
|
||||
import {
|
||||
DEFAULT_FORM_DATA as TIMESERIES_DEFAULTS,
|
||||
EchartsTimeseriesContributionType,
|
||||
EchartsTimeseriesSeriesType,
|
||||
} from '../Timeseries/types';
|
||||
} from '../types';
|
||||
import {
|
||||
DEFAULT_LEGEND_FORM_DATA,
|
||||
DEFAULT_TITLE_FORM_DATA,
|
||||
DEFAULT_FORM_DATA as TIMESERIES_DEFAULTS,
|
||||
} from '../constants';
|
||||
|
||||
export type EchartsMixedTimeseriesFormData = QueryFormData & {
|
||||
annotationLayers: AnnotationLayer[];
|
||||
|
||||
Reference in New Issue
Block a user