UNPKG

@echarts-component/vue

Version:
5 lines (4 loc) 348 B
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;