Interface: ChoroplethOptions
Indexable
[key
: string
]: any
Properties
bubbleMode
bubbleMode: boolean;
bubbleSize
bubbleSize: object;
max
max: number;
min
min: number;
coloring
coloring: object;
gradient
gradient: object;
gradient.colors
colors: object;
gradient.colors.diffRGB
diffRGB: object;
gradient.colors.diffRGB.a
a: number;
gradient.colors.diffRGB.b
b: number;
gradient.colors.diffRGB.g
g: number;
gradient.colors.diffRGB.r
r: number;
gradient.colors.high
high: string;
gradient.colors.highRGB
highRGB: object;
gradient.colors.highRGB.a
a: number;
gradient.colors.highRGB.b
b: number;
gradient.colors.highRGB.g
g: number;
gradient.colors.highRGB.r
r: number;
gradient.colors.low
low: string;
gradient.colors.lowRGB
lowRGB: object;
gradient.colors.lowRGB.a
a: number;
gradient.colors.lowRGB.b
b: number;
gradient.colors.lowRGB.g
g: number;
gradient.colors.lowRGB.r
r: number;
gradient.labels
labels: object;
gradient.labels.high
high: string;
gradient.labels.low
low: string;
gradient.values
values: object;
gradient.values.max
max: number;
gradient.values.maxAdjusted
maxAdjusted: number;
gradient.values.min
min: number;
legend
legend: object;
legend.container
container: string;
legend.description
description: string;
legend.height
height: string;
legend.layout
layout: string;
legend.on
on: boolean;
legend.text
text: string;
legend.title
title: string;
legend.width
width: string;
mode
mode: string;
noData
noData: object;
noData.color
color: "grey";
noData.description
description: "-";
palette
palette: object;
palette.colors
colors: object[];
palette.outOfRange
outOfRange: object;
palette.outOfRange.color
color: "grey";
palette.outOfRange.description
description: "-";
on?
optional on: boolean;
source
source: string;
sourceField
sourceField: string;
sourceFieldSelect
sourceFieldSelect: object;
on
on: boolean;
variants
variants: string[];