UNPKG

@carbon/charts

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