* @protected
()
| 526 | * @protected |
| 527 | */ |
| 528 | getContext() { |
| 529 | return this.$context || |
| 530 | (this.$context = createTooltipContext(this.chart.getContext(), this, this._tooltipItems)); |
| 531 | } |
| 532 | |
| 533 | getTitle(context, options) { |
| 534 | const {callbacks} = options; |
no test coverage detected