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