chartit / django-chartit

A Django app to plot charts and pivot charts directly from the models. Uses HighCharts and jQuery JavaScript libraries to render the charts on the webpage.
http://django-chartit.mrsenko.com/
Other
492 stars 164 forks source link

Permit charting of aggregation/extra fields in a queryset #15

Closed JonPeel closed 10 years ago

JonPeel commented 11 years ago

Changes to the validation methods to permit use of aggregation/extra fields when creating charts; use case for us was when creating PivotCharts and wanting to chart the combination of several fields.