UNPKG

@echarts-component/vue

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