GeoLegendCornerPosition
Home > @gooddata/sdk-ui-geo > GeoLegendCornerPosition
GeoLegendCornerPosition type
Corner positions accepted by the new geo legend implementation.
Signature:
export type GeoLegendCornerPosition = "top-left" | "top-right" | "bottom-left" | "bottom-right";