influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > GeoHeatMapViewLayer

GeoHeatMapViewLayer type

Signature:

type GeoHeatMapViewLayer = GeoViewLayerProperties & {
    intensityField: string;
    intensityDimension: Axis;
    radius: number;
    blur: number;
    colors: DashboardColor[];
};

References: GeoViewLayerProperties, Axis, DashboardColor