IGeoPushpinChartBaseProps
Home > @gooddata/sdk-ui-geo > IGeoPushpinChartBaseProps
IGeoPushpinChartBaseProps interface
Signature:
export interface IGeoPushpinChartBaseProps extends IVisualizationProps, IVisualizationCallbacks
Extends: IVisualizationProps, IVisualizationCallbacks
Properties
Property | Modifiers | 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) | |
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. |