UNPKG

@echarts-component/vue

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