Skip to content
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

Closed
arsari opened this issue Apr 11, 2017 · 6 comments
Closed

Title not show above doughnut chart #4140

arsari opened this issue Apr 11, 2017 · 6 comments
Milestone

Comments

@arsari
Copy link

arsari commented Apr 11, 2017

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.

@etimberg
Copy link
Member

@arsari do you have a fiddle that reproduces this?

@arsari
Copy link
Author

arsari commented Apr 12, 2017

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.

@simonbrunel
Copy link
Member

That's a bug in 2.5 fixed by #3985, so you will be able to use:

options: {
    legend: false,
    title: false
}

@simonbrunel simonbrunel added this to the Version 2.6 milestone Apr 12, 2017
@arsari
Copy link
Author

arsari commented Apr 12, 2017

@simonbrunel Thanks for the note and clarification...

@etimberg
Copy link
Member

Closing as resolved

@williaanlopes
Copy link

williaanlopes commented Oct 12, 2019

I have the same problem version 2.8.0 pie chart and doughnut not showing up title

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants