PointShapeSymbolType
Home > @gooddata/sdk-ui-charts > PointShapeSymbolType
PointShapeSymbolType type
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Supported point shape symbols for distinct point shapes feature.
Signature:
export type PointShapeSymbolType = "circle" | "square" | "diamond" | "triangle" | "triangle-down";