UNPKG

@carbon/charts

Version:
7 lines (6 loc) 289 B
import { Chart } from '../chart'; import { ChartConfig, RadarChartOptions } from '../interfaces/index'; export declare class RadarChart extends Chart { constructor(holder: Element, chartConfigs: ChartConfig<RadarChartOptions>, extending?: boolean); getComponents(): any[]; }