mirror of
https://github.com/apache/superset.git
synced 2026-04-25 11:04:48 +00:00
refactor: create echarts query section (#20445)
This commit is contained in:
@@ -26,12 +26,12 @@ import {
|
||||
ChartProps,
|
||||
ChartDataResponseResult,
|
||||
QueryFormColumn,
|
||||
ContributionType,
|
||||
} from '@superset-ui/core';
|
||||
import {
|
||||
EchartsLegendFormData,
|
||||
EchartsTitleFormData,
|
||||
StackType,
|
||||
EchartsTimeseriesContributionType,
|
||||
EchartsTimeseriesSeriesType,
|
||||
} from '../types';
|
||||
import {
|
||||
@@ -63,8 +63,8 @@ export type EchartsMixedTimeseriesFormData = QueryFormData & {
|
||||
// types specific to Query A and Query B
|
||||
area: boolean;
|
||||
areaB: boolean;
|
||||
contributionMode?: EchartsTimeseriesContributionType;
|
||||
contributionModeB?: EchartsTimeseriesContributionType;
|
||||
contributionMode?: ContributionType;
|
||||
contributionModeB?: ContributionType;
|
||||
markerEnabled: boolean;
|
||||
markerEnabledB: boolean;
|
||||
markerSize: number;
|
||||
|
||||
Reference in New Issue
Block a user