Favourite package for adding Charts

Hi, I am looking at packages for adding charts to an app. I have come up with fusioncharts (free to try and paid licence), which has plenty of charts, and maps with a Django wrapper. And ChartJS which seems fairly straightforward to use.

Any others? Any preferences?

1 Like

I use Plotly.JS, it even has a Python API: https://plot.ly/python/

Thanks, I was looking for examples and the following looks like the closest on how to integrate with Django?:

Haven’t played with the Python API much, I use it with JavaScript, it’s just easier to me.

Check out this short getting started: https://plot.ly/javascript/getting-started/, add a <script> to your Django template and put some html.

1 Like