mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
chore: move xaxis to superset-ui (#20438)
This commit is contained in:
@@ -19,12 +19,8 @@
|
||||
import { QueryFormData } from '@superset-ui/core';
|
||||
import { GraphNodeItemOption } from 'echarts/types/src/chart/graph/GraphSeries';
|
||||
import { SeriesTooltipOption } from 'echarts/types/src/util/types';
|
||||
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 EdgeSymbol = 'none' | 'circle' | 'arrow';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user