-
Notifications
You must be signed in to change notification settings - Fork 11.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Title not show above doughnut chart #4140
Comments
@arsari do you have a fiddle that reproduces this? |
Issue resolved... Before v2.5.0, the option legend can be marked as false (legend: false) and title shows without problem. Now, in v2.5.0, you need to add under option legend the property of "display: false" so not to show the legend and the title shows without problem. |
That's a bug in 2.5 fixed by #3985, so you will be able to use: options: {
legend: false,
title: false
} |
@simonbrunel Thanks for the note and clarification... |
Closing as resolved |
I have the same problem version 2.8.0 pie chart and doughnut not showing up title |
Before v2.5.0 title option shows fine above the doughnut chart with the legend option false. When upgraded to v2.5.0 I have to turn legend option true so the title option shows above the chart.
The text was updated successfully, but these errors were encountered: