style
style: { hint: { lineDash: never[]; lineWidth: number; strokeStyle: string }; hintPoint: { fillStyle: string; radius: number } }
Type declaration
-
hint: { lineDash: never[]; lineWidth: number; strokeStyle: string }
-
lineDash: never[]
-
lineWidth: number
-
strokeStyle: string
-
hintPoint: { fillStyle: string; radius: number }
-
fillStyle: string
-
radius: number