agiliq / django-graphos

Django charting made *really* easy.
http://agiliq.com/demo/graphos
BSD 2-Clause "Simplified" License
442 stars 98 forks source link

C3.js renderer lacks support for area charts and stacking #139

Open aeonsablaze opened 6 years ago

aeonsablaze commented 6 years ago

The graphos C3.js renderer does not support area charts or stacking (which are available in C3.js as "groups", see here). They require only very minor changes to the renderer and js template. I submitted #138 to add these features.