package.dist.model.choropleth.d.ts Maven / Gradle / Ivy
import { ChartModel } from './model';
/**
* Base thematic maps chart model layer
*/
export declare class ChoroplethModel extends ChartModel {
private _colorScale;
private _matrix;
constructor(services: any);
/**
* @override
* @param value
* @returns string
*/
getFillColor(value: number): any;
/**
* Helper function that will generate a dictionary
*/
getCombinedData(): {};
/**
* Generate tabular data from display data
* @returns Array
© 2015 - 2024 Weber Informatics LLC | Privacy Policy