UNPKG

@echarts-component/vue

Version:
4 lines (3 loc) 286 B
import { BoxplotSeriesOption } from 'echarts/charts'; export type { BoxplotSeriesOption }; export type BoxplotSeries = Partial<Omit<BoxplotSeriesOption, "type" | "itemStyle" | "emphasis" | "blur" | "select" | "markPoint" | "markLine" | "markArea" | "universalTransition" | "tooltip">>;