From 90390530494d0634adb345142526e4172b173aac Mon Sep 17 00:00:00 2001 From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Mon, 25 Oct 2021 18:48:51 +0200 Subject: [PATCH] change namespace and chart types that override legend defaults (#9791) --- docs/configuration/legend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/legend.md b/docs/configuration/legend.md index 151a96911..ece5ceb70 100644 --- a/docs/configuration/legend.md +++ b/docs/configuration/legend.md @@ -7,7 +7,7 @@ The chart legend displays data about the datasets that are appearing on the char Namespace: `options.plugins.legend`, the global options for the chart legend is defined in `Chart.defaults.plugins.legend`. :::warning -The bubble, doughnut, pie, and polar area charts override the tooltip defaults. To change the overrides for those chart types, the options are defined in `Chart.overrides[type].plugins.tooltip`. +The doughnut, pie, and polar area charts override the legend defaults. To change the overrides for those chart types, the options are defined in `Chart.overrides[type].plugins.legend`. ::: | Name | Type | Default | Description -- 2.47.2