LegacyGeoLegendPosition
Home > @gooddata/sdk-ui-geo > LegacyGeoLegendPosition
LegacyGeoLegendPosition type
Warning: This API is now obsolete.
Use corner-based positions instead: -
"top"maps to"top-right"-"right"maps to"top-right"-"bottom"maps to"bottom-right"-"left"maps to"top-left"
Legacy edge-based legend positions still accepted for read-time normalization.
Signature:
export type LegacyGeoLegendPosition = "top" | "right" | "bottom" | "left";