Reputation: 520
I was looking into a using c3 as a rendering library. Explorer the API, I found a requirement that might not be doable with c3.
What I intend to is create custom layover of a c3 bar chart as I want to be able to add customization to the axis labels and other aspects of the chart. To do so, I need to be able to access the width and height(or the x/y coordinates) of each bar so I can align my overlay correctly. I don't see a way from the c3 API to get this information.
Is this possible to do?
Thanks!
Upvotes: 0
Views: 1477
Reputation: 6207
How do I use/retrieve the C3 scale function post generate?
Bear in mind in both cases the returned numbers will be offsets to some 'g' element container
Upvotes: 2