@echarts-component/vue
Version:
Echarts component for Vue
4 lines (3 loc) • 355 B
TypeScript
import { LineSeriesOption } from 'echarts/charts';
export type { LineSeriesOption };
export type LineSeries = Partial<Omit<LineSeriesOption, "type" | "label" | "endLabel" | "labelLine" | "labelLayout" | "itemStyle" | "lineStyle" | "areaStyle" | "emphasis" | "blur" | "select" | "markPoint" | "markLine" | "markArea" | "universalTransition" | "tooltip">>;