- 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