package.dist.model.gauge.d.ts Maven / Gradle / Ivy
import { ChartModel } from './model';
/**
* The gauge chart model layer
*/
export declare class GaugeChartModel extends ChartModel {
constructor(services: any);
getDataGroups(): any;
getTabularDataArray(): any[];
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy