Skip to main content

All Questions

Tagged with
1 vote
1 answer
160 views

Is there a way to make the correct toggled legends appear when downloading?

I am using a c3 chart. I have a button to download it using canvg. I also have it toggle bars when legends are clicked. The download works and so do the toggles. The only issue in the downloads is ...
Sharon's user avatar
  • 138
0 votes
1 answer
1k views

C3.js Legend Labels using JSON data

I have a donut graph, with a legend, that I made in C3.js. Actually, I do this to fill the chart. var chartDonut = c3.generate({....}); chartDonut.load({ columns: [ ['...
LeMoussel's user avatar
  • 5,646
0 votes
2 answers
3k views

Move legend outside the chart area in C3.js

Is there a way to put legend outside the chart area? I'm trying with bindto property, but it doesn't work (plunker) Here is the example for amcharts In C3 documentation there are only few positions ...
corry's user avatar
  • 1,509