package.dist.components.graphs.choropleth.d.ts Maven / Gradle / Ivy
import { GeoProjection } from '../essentials/geo-projection';
export declare class Choropleth extends GeoProjection {
type: string;
render(animate?: boolean): void;
addCountryAreaEventListener(): void;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy