(useFinalPosition: boolean)
| 388 | } |
| 389 | |
| 390 | tooltipPosition(useFinalPosition: boolean) { |
| 391 | return this.getCenterPoint(useFinalPosition); |
| 392 | } |
| 393 | |
| 394 | draw(ctx: CanvasRenderingContext2D) { |
| 395 | const {options, circumference} = this; |
nothing calls this directly
no test coverage detected