VisualisationConfig18.distinct\_point\_shapes
Home > @gooddata/sdk-code-schemas > v1 > VisualisationConfig18 > distinct_point_shapes
v1.VisualisationConfig18.distinct_point_shapes property
Signature:
distinct_point_shapes?: {
enabled?: boolean;
point_shape_mapping?: {
[k: string]: "circle" | "square" | "diamond" | "triangle" | "triangle-down";
};
[k: string]: unknown;
};