@echarts-component/vue
Version:
Echarts component for Vue
4 lines (3 loc) • 333 B
TypeScript
import { GraphSeriesOption } from 'echarts/charts';
export type { GraphSeriesOption };
export type GraphSeries = Partial<Omit<GraphSeriesOption, "type" | "itemStyle" | "lineStyle" | "label" | "edgeLabel" | "labelLayout" | "emphasis" | "blur" | "select" | "categories" | "links" | "markPoint" | "markLine" | "markArea" | "tooltip">>;