Skip to content

Commit 7333ffd

Browse files
authored
fix(echart): Tooltip date format doesn't follow time grain (#33138)
1 parent 7dc5019 commit 7333ffd

File tree

1 file changed

+1
-1
lines changed
  • superset-frontend/plugins/plugin-chart-echarts/src/utils

1 file changed

+1
-1
lines changed

superset-frontend/plugins/plugin-chart-echarts/src/utils/formatters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function getTooltipTimeFormatter(
7878
format?: string,
7979
): TimeFormatter | StringConstructor {
8080
if (format === SMART_DATE_ID) {
81-
return getSmartDateDetailedFormatter();
81+
return getSmartDateVerboseFormatter();
8282
}
8383
if (format) {
8484
return getTimeFormatter(format);

0 commit comments

Comments
 (0)