UNPKG

@echarts-component/vue

Version:
4 lines (3 loc) 333 B
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">>;