mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
feat: format timestamps in drill by breadcrumbs (#23698)
This commit is contained in:
@@ -105,7 +105,10 @@ export default function transformProps(
|
||||
const data1 = (queriesData[0].data || []) as TimeseriesDataRecord[];
|
||||
const data2 = (queriesData[1].data || []) as TimeseriesDataRecord[];
|
||||
const annotationData = getAnnotationData(chartProps);
|
||||
|
||||
const coltypeMapping = {
|
||||
...getColtypesMapping(queriesData[0]),
|
||||
...getColtypesMapping(queriesData[1]),
|
||||
};
|
||||
const {
|
||||
area,
|
||||
areaB,
|
||||
@@ -523,5 +526,6 @@ export default function transformProps(
|
||||
type: xAxisType,
|
||||
},
|
||||
refs,
|
||||
coltypeMapping,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user