Skip to main content

IChoroplethLayerToolDimensionsConfig

geovisto-mapReadme | API


geovisto-map / IChoroplethLayerToolDimensionsConfig

Type alias: IChoroplethLayerToolDimensionsConfig

IChoroplethLayerToolDimensionsConfig: ILayerToolDimensionsConfig & object

This type provides specification of the choropleth layer tool dimensions config model.

Author

Jiri Hynek

Type declaration

aggregation?

optional aggregation: string

color?

optional color: string

customColor?

optional customColor: boolean

customMinMax?

optional customMinMax: boolean

geoData?

optional geoData: string

geoId?

optional geoId: string

maxValue?

optional maxValue: number

minValue?

optional minValue: number

range?

optional range: number

round?

optional round: number

scaling?

optional scaling: string

units?

optional units: string

unitsDesc?

optional unitsDesc: string

unitsEnabled?

optional unitsEnabled: boolean

value?

optional value: string

Source

tools/layers/choropleth/model/types/tool/IChoroplethLayerToolConfig.ts:21