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

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

import { ChartModelCartesian } from './cartesian-charts';
/**
 * Bullet chart model layer
 */
export declare class BulletChartModel extends ChartModelCartesian {
    constructor(services: any);
    /**
     * Determines the index of the performance area titles to use
     * @param datum
     * @returns number
     */
    getMatchingRangeIndexForDatapoint(datum: any): any;
    getTabularDataArray(): any[];
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy