fix sunburst breadcrumbs (#6451)

This commit is contained in:
aboganas
2018-11-28 03:54:10 +03:00
committed by Maxime Beauchemin
parent 8a8e840819
commit b0a55743b3

View File

@@ -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';