UNPKG

@echarts-component/vue

Version:
4 lines (3 loc) 330 B
import { BarSeriesOption } from 'echarts/charts'; export type { BarSeriesOption }; export type BarSeries = Partial<Omit<BarSeriesOption, "type" | "backgroundStyle" | "label" | "labelLine" | "labelLayout" | "itemStyle" | "emphasis" | "blur" | "select" | "markLine" | "markArea" | "markPoint" | "universalTransition" | "tooltip">>;