chore: move xaxis to superset-ui (#20438)

This commit is contained in:
Yongjie Zhao
2022-06-20 22:36:27 +08:00
committed by GitHub
parent 60eb1094a4
commit 111affdb02
32 changed files with 192 additions and 174 deletions

View File

@@ -35,7 +35,6 @@ import {
EchartsFunnelLabelTypeType,
FunnelChartTransformedProps,
} from './types';
import { DEFAULT_LEGEND_FORM_DATA } from '../types';
import {
extractGroupbyLabel,
getChartPadding,
@@ -43,7 +42,7 @@ import {
sanitizeHtml,
} from '../utils/series';
import { defaultGrid, defaultTooltip } from '../defaults';
import { OpacityEnum } from '../constants';
import { OpacityEnum, DEFAULT_LEGEND_FORM_DATA } from '../constants';
const percentFormatter = getNumberFormatter(NumberFormats.PERCENT_2_POINT);