mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: format timestamps in drill by breadcrumbs (#23698)
This commit is contained in:
@@ -37,6 +37,7 @@ import {
|
||||
import {
|
||||
extractGroupbyLabel,
|
||||
getChartPadding,
|
||||
getColtypesMapping,
|
||||
getLegendProps,
|
||||
sanitizeHtml,
|
||||
} from '../utils/series';
|
||||
@@ -95,7 +96,7 @@ export default function transformProps(
|
||||
emitCrossFilters,
|
||||
} = chartProps;
|
||||
const data: DataRecord[] = queriesData[0].data || [];
|
||||
|
||||
const coltypeMapping = getColtypesMapping(queriesData[0]);
|
||||
const {
|
||||
colorScheme,
|
||||
groupby,
|
||||
@@ -244,5 +245,6 @@ export default function transformProps(
|
||||
selectedValues,
|
||||
onContextMenu,
|
||||
refs,
|
||||
coltypeMapping,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user