-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Show/hide and customize labels:true for combined charts #190
Comments
Hi @gopeter , I totally agree and I'll add this feature. Please give me some time. |
Great, thank you!
and I want to display the grouped paramters on the top and the progress at the bottom ( Is there a way to show the grouped data on |
Sorry, currently it is not possible to swap the axes and I think it is possible to show stacked bars on |
Hi @gopeter , for labeling issue, I think now you can do that by setting options like this:
Could you try this on the latest code including the commit above? |
Add id for data.labels.format - c3js#190
Thank you, works great! |
Hi @gopeter , Sorry, bars can be stacked based on |
Thanks, works great! |
It would be great, if
labels: true
can be configured for combined charts (http://c3js.org/samples/data_label.html).Example: I have a combined chart with bars and and an area. Now I want to show the values of the area only (and customize it: the value shown should have a trailing "%").
The text was updated successfully, but these errors were encountered: