mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-06 16:26:52 +01:00
Document tooltip draw hooks and only call hooks when the tooltip draws (#10276)
* Document tooltip draw hooks and only call hooks when the tooltip draws * Update tests
This commit is contained in:
@@ -1797,8 +1797,8 @@ describe('Chart', function() {
|
||||
'beforeDatasetDraw',
|
||||
'afterDatasetDraw',
|
||||
'afterDatasetsDraw',
|
||||
'beforeTooltipDraw',
|
||||
'afterTooltipDraw',
|
||||
// 'beforeTooltipDraw',
|
||||
// 'afterTooltipDraw',
|
||||
'afterDraw',
|
||||
'afterRender',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user