Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 942 Bytes

CHANGELOG.rst

File metadata and controls

60 lines (38 loc) · 942 Bytes

Changelog

1.4 (unreleased)

  • Nothing changed yet.

1.3 (unreleased)

  • Allow Chart Classes inheritance. (#37)

1.2 (2017-05-24)

  • Upgrade to Chart.js v.2.5.0 (#28)

1.1 (2016-10-07)

  • Add python 3.4/3.5 support #23
  • Update README.rst #20
  • Multiple get_data() Calls from API #16

1.0 (2013-12-12)

  • Add documentation
  • Add Python 3 support
  • Add an option to change / or remove credits

0.3 (2013-10-14)

  • Add Py3 Support
  • Add Highchart Pie, Donut and lines
  • Add test

0.2 (2013-07-26)

  • Only display integer
  • Add highcharts Columns chart

0.1 (2013-06-12)

  • 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.