- Nothing changed yet.
- Remove CI test because Nose is unmaintained and no longer works with Python 3.10.
- Update CI tox envs
- Add github actions
- Rename tox.ini envs
- Django 3 compatibility
- Update tox.ini
- Fix doc filename
- Update to Chart.js 2.9.3
- Add get_dataset_options method.
- Drop support for Python 2.7
- Add support for Django 1.10, 2.2 and 3.0 and remove older version support.
- Add black and isort configs.
- Handle a new ClassBased view with LineChartJS options. (#45)
- Add utilities to generate and graph discontinuous datestamped data. (#43)
- Allow Chart Classes inheritance. (#37)
- Upgrade to Chart.js v.2.5.0 (#28)
- Add python 3.4/3.5 support #23
- Update README.rst #20
- Multiple get_data() Calls from API #16
- Add documentation
- Add Python 3 support
- Add an option to change / or remove credits
- Add Py3 Support
- Add Highchart Pie, Donut and lines
- Add test
- Only display integer
- Add highcharts Columns chart
- Add providers support.
- Add support for IE < 8.
- Add an example to the README.
- Adding the BaseLineChart view as well as an example of how to use it..
- Add a demo page for next_color.
- Init django-chartjs project.