From: Jacco van den Berg Date: Thu, 2 Feb 2023 13:50:11 +0000 (+0100) Subject: Remove override warning tooltips (#11110) X-Git-Tag: v4.2.1~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=916aa6e1ab3aa97de4f0a989956c769beaf01b81;p=thirdparty%2FChart.js.git Remove override warning tooltips (#11110) --- diff --git a/docs/configuration/tooltip.md b/docs/configuration/tooltip.md index 9ca7b898c..bb893e176 100644 --- a/docs/configuration/tooltip.md +++ b/docs/configuration/tooltip.md @@ -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?