IGeoPushpinChartProps
Home > @gooddata/sdk-ui-geo > IGeoPushpinChartProps
IGeoPushpinChartProps interface
Signature:
export interface IGeoPushpinChartProps extends IVisualizationProps, IVisualizationCallbacks
Extends: IVisualizationProps, IVisualizationCallbacks
Properties
| Property | Type | Description |
|---|---|---|
| backend? | IAnalyticalBackend | (Optional) Analytical backend, from which the chart will obtain data to visualize |
| color? | AttributeMeasureOrPlaceholder | (Optional) |
| config? | IGeoConfig | (Optional) |
| execConfig? | IExecutionConfig | (Optional) Execution configuration, will provide the execution with necessary config before initiating execution. |
| filters? | NullableFiltersOrPlaceholders | (Optional) |
| location | AttributeOrPlaceholder | |
| onCenterPositionChanged? | CenterPositionChangedCallback | (Optional) Specify function to call back when center position of the map changes. |
| onZoomChanged? | ZoomChangedCallback | (Optional) Specify function to call back when map zoom changes. |
| placeholdersResolutionContext? | any | (Optional) Resolution context for composed placeholders. |
| segmentBy? | AttributeOrPlaceholder | (Optional) |
| size? | AttributeMeasureOrPlaceholder | (Optional) |
| sortBy? | SortsOrPlaceholders | (Optional) |
| workspace? | string | (Optional) Identifier of analytical workspace, from which the chart will obtain data to visualize. |