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

Upgrade to Highcharts 4.x #23

Open pgollakota opened 9 years ago

pgollakota commented 9 years ago

The existing version in demo is Highcharts is 2.x.

atodorov commented 8 years ago

QA note: it would be great to come up with some testing method which will actually verify that both jQuery and Highcharts JavaScript works when integrated with the django backend. This can be added to the Travis-CI matrix as well and make it easier for upgrades.

gitanupam commented 7 years ago

Hi - just wondering if anyone knows the status of this request?
Thanks

atodorov commented 7 years ago

@gitanupam as far as I know nobody is working on this. Feel free to contribute a PR.

I have to sort out through other issues and do a substantial internal cleanup and add more tests before even thinking to migrate to newer Highcharts. You can give it a try and report how it works, even send me PRs but that would be completely on your own risk and not officially supported at the moment.