mirror of
https://github.com/apache/superset.git
synced 2026-04-23 10:04:45 +00:00
fix: Typing of labelMap (#21181)
* fix: Typing of labelMap * Adjusts val types
This commit is contained in:
committed by
GitHub
parent
5811262cf2
commit
1143e17742
@@ -19,7 +19,6 @@
|
||||
import {
|
||||
AnnotationLayer,
|
||||
TimeGranularity,
|
||||
DataRecordValue,
|
||||
QueryFormData,
|
||||
ChartProps,
|
||||
ChartDataResponseResult,
|
||||
@@ -142,7 +141,7 @@ export type EchartsMixedTimeseriesChartTransformedProps =
|
||||
EChartTransformedProps<EchartsMixedTimeseriesFormData> & {
|
||||
emitFilterB: boolean;
|
||||
groupbyB: QueryFormColumn[];
|
||||
labelMapB: Record<string, DataRecordValue[]>;
|
||||
labelMapB: Record<string, string[]>;
|
||||
seriesBreakdown: number;
|
||||
xValueFormatter: TimeFormatter | StringConstructor;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user