peopledoc / django-chartjs

Django Class Based Views to generate Ajax charts js parameters.
Other
404 stars 112 forks source link

Only call self.get_data() once for generating Line Chart (fixes #16) #18

Closed penguin359 closed 9 years ago

penguin359 commented 9 years ago

This avoids loading from the database more than once for generating a line chart.

Natim commented 9 years ago

Thanks