UNPKG

@echarts-component/vue

Version:
4 lines (3 loc) 343 B
import { EffectScatterSeriesOption } from 'echarts/charts'; export type { EffectScatterSeriesOption }; export type EffectScatterSeries = Partial<Omit<EffectScatterSeriesOption, "type" | "rippleEffect" | "label" | "labelLine" | "labelLayout" | "itemStyle" | "emphasis" | "blur" | "select" | "markPoint" | "markLine" | "markArea" | "tooltip">>;