Scatter
Name: Scatter
Description: Scatter plot drawn with value index [0], [1] data corresponding to X, Y axis coordinates respectively.
params$
Type:
Partial<ScatterParams>Fields:
Name Description Type radius Radius numberfillColorType Background color type ColorTypestrokeColorType Border color type ColorTypestrokeWidth Border width number
Detailed Types
type ColorType = 'none' | 'label' | 'labelContrast' | 'primary' | 'secondary' | 'background'
- Default value:
{
radius: 5,
fillColorType: 'label',
strokeColorType: 'label',
strokeWidth: 0,
}