From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Mon, 25 Oct 2021 16:48:51 +0000 (+0200) Subject: change namespace and chart types that override legend defaults (#9791) X-Git-Tag: v3.6.1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90390530494d0634adb345142526e4172b173aac;p=thirdparty%2FChart.js.git change namespace and chart types that override legend defaults (#9791) --- 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