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 - number- fillColorType - Background color type - ColorType- strokeColorType - Border color type - ColorType- strokeWidth - Border width - number
Detailed Types
type ColorType = 'none' | 'label' | 'labelContrast' | 'primary' | 'secondary' | 'background'
- Default value:
{
  radius: 5,
  fillColorType: 'label',
  strokeColorType: 'label',
  strokeWidth: 0,
}