All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.model.radar.d.ts Maven / Gradle / Ivy

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[];
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy