UNPKG

@echarts-component/vue

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