UNPKG

@echarts-component/vue

Version:
4 lines (3 loc) 345 B
import { GaugeSeriesOption } from 'echarts/charts'; export type { GaugeSeriesOption }; export type GaugeSeries = Partial<Omit<GaugeSeriesOption, "type" | "axisLine" | "progress" | "splitLine" | "axisTick" | "axisLabel" | "pointer" | "anchor" | "itemStyle" | "emphasis" | "title" | "detail" | "markPoint" | "markLine" | "markArea" | "tooltip">>;