fix: drilling on the categorical xaxis on the stacked barchart v2 (#21844)

This commit is contained in:
Yongjie Zhao
2022-10-18 19:47:53 +08:00
committed by GitHub
parent 383dc29ad1
commit f41d0b0cbf
9 changed files with 63 additions and 35 deletions

View File

@@ -33,6 +33,7 @@ import {
TimeFormatter,
TimeseriesAnnotationLayer,
TimeseriesDataRecord,
AxisType,
} from '@superset-ui/core';
import { SeriesOption } from 'echarts';
import {
@@ -52,12 +53,7 @@ import {
import { MarkLine1DDataItemOption } from 'echarts/types/src/component/marker/MarkLineModel';
import { extractForecastSeriesContext } from '../utils/forecast';
import {
AxisType,
ForecastSeriesEnum,
LegendOrientation,
StackType,
} from '../types';
import { ForecastSeriesEnum, LegendOrientation, StackType } from '../types';
import { EchartsTimeseriesSeriesType } from './types';
import {