Dots
Name: Dots
Description: Dot shapes used in conjunction with
Lines
params$
Type:
Partial<DotsParams>
Fields:
Name Description Type radius Radius number
fillColorType Fill color type ColorType
strokeColorType Stroke color type ColorType
strokeWidth Stroke width number
onlyShowHighlighted Only show when highlighted boolean
Detailed Types
type ColorType = 'none' | 'label' | 'labelContrast' | 'primary' | 'secondary' | 'background'
- Default values:
{
radius: 4,
fillColorType: 'background',
strokeColorType: 'label',
strokeWidth: 2,
onlyShowHighlighted: false
}