@echarts-component/vue
Version:
Echarts component for Vue
4 lines (3 loc) • 343 B
TypeScript
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">>;