Replies: 1 comment
-
Those were relocated to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Great job on v3! I am migrating from v2. Pretty tough to be honest, however most of the work is done. One question I have is why do doughnut charts ignore global tooltip label callback overrides? Consider the following code:
This will replace tooltip body content to 'foo' everywhere (line and bar) except doughnut charts. I remember in the previous version of Chart.js I had to override those with
Chart.defaults.doughnut.tooltips.callbacks
andChart.defaults.doughnut.legendCallback
however those doughnut specific callbacks do not seem to exist anymore. What do I do?Beta Was this translation helpful? Give feedback.
All reactions