BackgroundOptions:{ color?: string; mouseover?: boolean; opacity?: number | [number, number]; size?: number | [number, number]; }
Type declaration
Optional color?: string
Optional mouseover?: boolean
Optional opacity?: number | [number, number]
Optional size?: number | [number, number]
A multiplier against the point's size. Default 0.66.
A single value describes the background; an array
describes the foreground and background separately.
A multiplier against the point's size. Default 0.66. A single value describes the background; an array describes the foreground and background separately.