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

package.dist.model.binned-charts.d.ts Maven / Gradle / Ivy

import { ChartModelCartesian } from './cartesian-charts';
/**
 * this is intended for binned type of charts
 * */
export declare class ChartModelBinned extends ChartModelCartesian {
    getTabularDataArray(): any[];
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy