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