I'm making a report app in Django that involves plenty of graphs and charts.
Is there an easy graphing library/module that allows me to achieve this workflow:
I've spent the last couple of days playing around with Matplotlib and Django. There are seemingly only a few ways to get the graphs to render in Django.
Is there anyway I can do this more easily?
Thanks
You might want to look at
It supports lot of backends, and integrates well with Django orm, but can work with other data sources too.
[Disclosure: I am one of the authors]