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