- new settings show_controls & xAxis_rotateLabel
- add setting to add callback
- update project structure
- remove setuptools from requirements
- fix scatterChart
- set format on x2Axis for focus
- add support for focusEnable
- remove linePlusBarWithFocusChart as this is replaced by linePlusBarChart with option FocusEnable(): http://nvd3-community.github.io/nvd3/examples/documentation.html#linePlusBarChart
- Sourcing JS assets over https when appropriate
- Fix: color_list extra arguments is not mandatory on piechart
- User Jinja2 to create the JS charts
- allow chart_attr to be set as follow 'xAxis': '.rotateLabels(-25)' this will turn into calling chart.xAxis.rotateLabels(-25)
- date setting is replaced by x_is_date
- refactoring
- discreteBarChart support date on xAxis
- Remove $ sign in linePlusBarWithFocusChart
- Support new chart linePlusBarWithFocusChart
- Use Bower to install D3 and NVD3
- add NVD3Chart.buildcontent() by cmorgan (Chris Morgan)
- Add show_labels parameter for Piechart by RaD (Ruslan Popov)
- Generalise the axis_formatting & add support for hiding the legend by nzjrs (John Stowers)
- Fix #7 from DanMeakin, wrong str conversion of x-axis dates
- Add AM_PM function for x-axis on lineChart
- ScatterChat option to pass 'size': '10' as argument of the series
- Fix in setup.py for python3
- Fix multiChart with date
- Add color_list option on piechart
- Fix removed forced sorted on x-axis
- Add support for Python3
- Add custom dateformat var for tooltip
- Fix style
- Support for px and % on height and width
- Add tag_script_js property to disable tag <script>
- Data series it now in javascript format
- Fix lineChart tooltip
- Option to change the color schemes
- Set a specific color per serie
- Add tooltip support
- Mix enhancement of APIs
Proper project release including support for the following chart:
lineWithFocusChart lineChart multiBarChart pieChart stackedAreaChart multiBarHorizontalChart linePlusBarChart cumulativeLineChart discreteBarChart scatterChart
- First release