IGeoChartConfig
Home > @gooddata/sdk-ui-geo > IGeoChartConfig
IGeoChartConfig interface
Unified configuration shared by GeoChart() and its wrappers.
Signature:
export interface IGeoChartConfig
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(Optional) Area-specific options (opacity, border styling, ...). | |||
|
(Optional) Initial map center. Defaults to auto-centering based on data. | |||
|
(Optional) Explicit color-mapping overrides. | |||
|
(Optional) Structured color palette compatible with color mapping GUIDs. | |||
|
string[] |
(Optional) Simple palette expressed as color strings. | ||
|
boolean |
(Optional) Requires Ctrl/Cmd + scroll to zoom (helps inside scroll containers). | ||
|
boolean |
(Optional) Enables positioning of drill menu at the cursor click point (instead of default positioning). | ||
|
boolean |
(Optional) Cancels running executions when props change. | ||
|
boolean |
(Optional) Enables export mode (disables gestures, preserves drawing buffer). | ||
|
(Optional) Legend configuration. | |||
|
number |
(Optional) Maximum number of rendered data points. | ||
|
string | StyleSpecification |
(Optional) MapLibre style URL or inline style specification. | ||
|
number | null |
(Optional) Maximum zoom level allowed on the map. Null/undefined keeps MapLibre defaults. | ||
|
(Optional) Pushpin-specific options (size range, clustering, ...). | |||
|
boolean |
(Optional) Keeps the requested legend position even when responsive heuristics disagree. | ||
|
string[] |
(Optional) Segment values that should stay visible when using legend-driven filtering. | ||
|
(Optional) Custom number separators used for formatting. | |||
|
boolean |
(Optional) Displays data labels on the map when supported by the layer. | ||
|
(ALPHA) (Optional) Selected basemap tileset. | |||
|
(Optional) Viewport preset or explicit bounds. | |||
|
number |
(Optional) Initial zoom level (0-22). Defaults to auto-fit. |