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 166 forks source link

Series order is not preserved #7

Closed Belgabor closed 9 years ago

Belgabor commented 12 years ago

The order of the series is not preserved, series appear in a random order in the chart. Series should be assigned to the chart in the order either given in the data pool or in the 'terms' statement.

I haven't looked at the code, but I guess at some stage the ordering is redone by subjecting it to a dict or set.

pgollakota commented 9 years ago

Spring cleanup. Close really old issues which cannot be easily reproduced.