]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Remove override warning tooltips (#11110)
authorJacco van den Berg <jaccoberg2281@gmail.com>
Thu, 2 Feb 2023 13:50:11 +0000 (14:50 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Feb 2023 13:50:11 +0000 (14:50 +0100)
docs/configuration/tooltip.md

index 9ca7b898c289363558068c7b553750c9b2bf3933..bb893e176c89b43352e10bb6652eceed8d18765e 100644 (file)
@@ -4,10 +4,6 @@
 
 Namespace: `options.plugins.tooltip`, the global options for the chart tooltips is defined in `Chart.defaults.plugins.tooltip`.
 
-:::warning
-The bubble, doughnut, pie, polar area, and scatter charts override the tooltip defaults. To change the overrides for those chart types, the options are defined in `Chart.overrides[type].plugins.tooltip`.
-:::
-
 | Name | Type | Default | Description
 | ---- | ---- | ------- | -----------
 | `enabled` | `boolean` | `true` | Are on-canvas tooltips enabled?