@echarts-component/vue
Version:
Echarts component for Vue
5 lines (4 loc) • 348 B
TypeScript
import { RadarSeriesOption } from 'echarts/charts';
export type { RadarSeriesOption };
export type RadarSeries = Partial<Omit<RadarSeriesOption, "type" | "label" | "labelLine" | "labelLayout" | "itemStyle" | "emphasis" | "blur" | "select" | "markPoint" | "markLine" | "markArea" | "tooltip">>;
export declare const DefaultRadarSeries: RadarSeries;