- fix test suit + remove python3.3 support (Django 1.9)
- demoproject: update your urlpatterns to be a list of django.conf.urls.url() instances instead
- add test_requirements.txt to MANIFEST.in
- Fix test suits by @lgp171188 (L. Guruprasad)
- Add Travis-CI test for Python version 3.4 & 3.5
- Add changelog to MANIFEST.in
- add charset to js script tag
- bump python-nvd3==0.13.7
- fix error linePlusBarWithFocusChart
- add support for nvd3 version 1.7.1
- bump requirement python-nvd3==0.13.6
- remove lineplusbarwithfocuschart
- python3 * replace 'unicode' with 'str'
- fix y-series not sorted alphabetically thanks @miquelcamprodon
- fixes on demo project to include js tag in html
- update on simple_tag to work with Django 1.3
- change settings behavior, now it works with a global extra settings passed as kwargs
- refactoring
- discreteBarChart support date on xAxis
- Support new chart linePlusBarWithFocusChart
- Documentation / Readme update
- Use Bower to install D3 and NVD3
- Enable resize by default
- Generalise the axis_formatting
- Python3 Fix for setup.py TypeError (by DanMeakin)
- Add example for multichart with Date + test
- Make sure we got something in chartype parameter / help the test
- Option to use cdn or use local file for the JS and CSS
- Add custom dateformat for tooltip :
x_axis_date_format
* display x-axis date in various format ie "%d %b %Y"
- Add color_category : Define color category (eg. category10, category20, category20c)
- Fix set height and width useset_graph_height and set_graph_width
- Add tag_script_js : disable javascript <script> tag
- Change dependencies to python-nvd3 to version 0.3 instead of 0.3.3
- Change dependencies to python-nvd3 version * fix lineChart tooltip
Proper project release including support for the following chart:
lineWithFocusChart lineChart multiBarChart pieChart stackedAreaChart multiBarHorizontalChart linePlusBarChart cumulativeLineChart discreteBarChart scatterChart
- First release