mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
fix: drilling on the categorical xaxis on the stacked barchart v2 (#21844)
This commit is contained in:
@@ -31,8 +31,9 @@ import {
|
||||
isRecordAnnotationResult,
|
||||
isTableAnnotationLayer,
|
||||
isTimeseriesAnnotationResult,
|
||||
AxisType,
|
||||
} from '@superset-ui/core';
|
||||
import { AxisType, EchartsTimeseriesChartProps } from '../types';
|
||||
import { EchartsTimeseriesChartProps } from '../types';
|
||||
import { EchartsMixedTimeseriesProps } from '../MixedTimeseries/types';
|
||||
|
||||
export function evalFormula(
|
||||
|
||||
Reference in New Issue
Block a user