Django Chartit uses the JavaScript lirbary HighchartsJS do plot out the graphs.
It reads data from Django models and renders them as charts in the resulted web page.
Here are some key features of "Django Chartit":
· Plot charts from models.
· Plot data from multiple models on the same axis on a chart.
· Plot pivot charts from models. Data can be pivoted by multiple columns.
· Plot a pareto chart, paretoed by a specific column.
· Plot only a top few items per category in a pivot chart.
· Legend pivot charts by multiple columns.
· Combine data from multiple models to plot on same pivot charts.
· Comprehensive documentation and examples.
Requirements:
· JavaScript enabled on client side
· Django
· Python 2.6 or higher