position
Home > @gooddata/sdk-ui-geo > IGeoChartLegendConfig > position
IGeoChartLegendConfig.position property
Legend position. "auto" picks a placement based on available space. Legacy edge-based values are still accepted for backward compatibility, but are deprecated and normalized to corner values: - "top" maps to "top-right" - "right" maps to "top-right" - "bottom" maps to "bottom-right" - "left" maps to "top-left"
Signature:
position?: GeoLegendPosition | LegacyGeoLegendPosition;