Type Alias: MarkerShape
ts
type MarkerShape = "circle" | "square" | "triangle" | "diamond" | "cross" | "plus";Defined in: layers/scatter.ts:10
Marker glyph shape for a scatter series.