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