Skip to content

Commit

Permalink
Document jQuery and Highcharts versions. Fixes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Aug 11, 2016
1 parent 3bf8b55 commit 80eda7c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Changelog
* Refactor ``RecursiveDefaultDict`` to allow chart objects to be
serialized to/from cache. Fixes
`#10 <https://github.com/chartit/django-chartit/issues/10>`_
* Add information about supported 3rd party JavaScript versions. Fixes
`#14 <https://github.com/chartit/django-chartit/issues/14>`_

* 0.2.5 (August 3, 2016)
* Workaround Python 3 vs. Python 2 list sort issue which breaks
Expand Down Expand Up @@ -318,8 +320,10 @@ Required JavaScript Libraries

The following JavaScript Libraries are required for using Django-Chartit.

- `jQuery <http://jquery.com>`_
- `Highcharts <http://highcharts.com>`_
- `jQuery <http://jquery.com>`_ - versions 1.6.4 and 1.7 are known
to work well with django-chartit.
- `Highcharts <http://highcharts.com>`_ - versions 2.1.7 and 2.2.0 are known
to work well with django-chartit.

.. note:: While ``Django-Chartit`` itself is licensed under the BSD license,
``Highcharts`` is licensed under the `Highcharts license
Expand Down

0 comments on commit 80eda7c

Please sign in to comment.