GeoChartShapeType
Home > @gooddata/sdk-ui-geo > GeoChartShapeType
GeoChartShapeType type
Pushpin marker shape types.
"circle"– default circle markers -"iconByValue"– icon resolved from aGDC.geo.iconlabel -"oneIcon"– a single static icon chosen from the sprite sheet
Signature:
export type GeoChartShapeType = "circle" | "iconByValue" | "oneIcon";
Remarks
Icon-based shapes require additional configuration: - "iconByValue" requires the layer to provide a geoIcon attribute. - "oneIcon" requires IGeoChartPointsConfig.icon to be set.
If the required icon source is missing, the icon marker may not render.