@carbon/charts
Version:
Carbon Charts component library
8 lines (7 loc) • 349 B
TypeScript
import { ChartModelCartesian } from './cartesian-charts';
/** The charting model layer which includes mainly the chart data and options,
* as well as some misc. information to be shared among components */
export declare class RadarChartModel extends ChartModelCartesian {
constructor(services: any);
getTabularDataArray(): any[];
}