IDistinctPointShapes
Home > @gooddata/sdk-ui-charts > IDistinctPointShapes
IDistinctPointShapes interface
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.
Configuration for distinct point shapes feature.
Signature:
export interface IDistinctPointShapes
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
enabled? | boolean | (BETA) (Optional) Enables distinct point shapes for line-based charts. | |
pointShapeMapping? | Record<string, PointShapeSymbolType> | (BETA) (Optional) Optional mapping from measure local identifier to a specific point shape symbol. |