What is the best recommended library to be used for charting solutions coupled with django?
It should be handy to create charts on the fly, with data on server, similar to google analytics.
Though the official django website tells reportlab, just wanted to know what is the most widely used in the market.
PS: I do not want to use google charts API.
Bars:
Pie:
And SVG can also be used too, JS can move things and CSS can add effects.