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