(tooltipItem)
| 417 | return this.options.bodyColor; |
| 418 | }, |
| 419 | labelPointStyle(tooltipItem) { |
| 420 | const meta = tooltipItem.chart.getDatasetMeta(tooltipItem.datasetIndex); |
| 421 | const options = meta.controller.getStyle(tooltipItem.dataIndex); |
| 422 | return { |
| 423 | pointStyle: options.pointStyle, |
| 424 | rotation: options.rotation, |
| 425 | }; |
| 426 | }, |
| 427 | afterLabel: noop, |
| 428 | |
| 429 | // Args are: (tooltipItems, data) |
nothing calls this directly
no test coverage detected
searching dependent graphs…