From 916aa6e1ab3aa97de4f0a989956c769beaf01b81 Mon Sep 17 00:00:00 2001 From: Jacco van den Berg Date: Thu, 2 Feb 2023 14:50:11 +0100 Subject: [PATCH] Remove override warning tooltips (#11110) --- docs/configuration/tooltip.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/configuration/tooltip.md b/docs/configuration/tooltip.md index 9ca7b898c28..bb893e176c8 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?