mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
fix sunburst breadcrumbs (#6451)
This commit is contained in:
committed by
Maxime Beauchemin
parent
8a8e840819
commit
b0a55743b3
@@ -1,7 +1,7 @@
|
||||
/* eslint camelcase: 0 */
|
||||
import $ from 'jquery';
|
||||
import { format as d3Format } from 'd3-format';
|
||||
import { d3Select } from 'd3-selection';
|
||||
import { select as d3Select } from 'd3-selection';
|
||||
import { timeFormat as d3TimeFormat } from 'd3-time-format';
|
||||
import { formatDate, UTC } from './dates';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user