Scatter
名稱:Scatter(散布圖)
說明:value 索引 [0], [1] 資料分別對應 X , Y 軸座標上繪製出來的散布圖
params$
型別:
Partial<ScatterParams>
欄位:
名稱 說明 型別 radius 半徑 number
fillColorType 底色顏色類別 ColorType
strokeColorType 外框顏色類別 ColorType
strokeWidth 外框寬度 number
詳細型別
type ColorType = 'none' | 'label' | 'labelContrast' | 'primary' | 'secondary' | 'background'
- 預設值:
{
radius: 5,
fillColorType: 'label',
strokeColorType: 'label',
strokeWidth: 0,
}