Skip to content

Commit

Permalink
change namespace and chart types that override legend defaults (#9791)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Oct 25, 2021
1 parent 2f4962f commit 9039053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/legend.md
Expand Up @@ -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
Expand Down

0 comments on commit 9039053

Please sign in to comment.