We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa04a1 commit 60b010aCopy full SHA for 60b010a
superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/DEX/DEXChart.tsx
@@ -4,9 +4,9 @@ import {
4
} from '@superset-ui/plugin-chart-pivot-table';
5
6
import { DEFAULT_NUMBER_FORMAT } from '@superset-ui/chart-controls';
7
+import { getTimeFormatterForGranularity } from '@superset-ui/core';
8
import { DEXChartTransformedProps } from './types';
9
import EchartsTimeseries from '../../EchartsTimeseries';
-import { getTimeFormatterForGranularity } from '@superset-ui/core';
10
11
const MIN_LINE_CHART_HEIGHT = 300;
12
0 commit comments