mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: move xaxis to superset-ui (#20438)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -25,12 +25,8 @@ import {
|
||||
QueryFormData,
|
||||
SetDataMaskHook,
|
||||
} from '@superset-ui/core';
|
||||
import {
|
||||
DEFAULT_LEGEND_FORM_DATA,
|
||||
EchartsLegendFormData,
|
||||
LegendOrientation,
|
||||
LegendType,
|
||||
} from '../types';
|
||||
import { EchartsLegendFormData, LegendOrientation, LegendType } from '../types';
|
||||
import { DEFAULT_LEGEND_FORM_DATA } from '../constants';
|
||||
|
||||
export type EchartsFunnelFormData = QueryFormData &
|
||||
EchartsLegendFormData & {
|
||||
|
||||
Reference in New Issue
Block a user