Releases: heavysixer/d4
Browserify Release
Merged a PR from @LomaxRx to support Browserify projects.
Bug fix release
The LineSeriesLabels
feature's overlay group would be created more than once if the chart was re-rendered.
Maintenance Fix
Small fix to brushes, and update d3 dependency.
v0.9.1
Note: This is a breaking change release. All grouped column and grouped row charts will now need to specify a groups accessor to specify the grouping option. For example:
chart.groups(function(groups){
groups.key('salesman');
})
...
A full example with the updated API can be seen here:
http://visible.io/charts/grouped-column/basic.html
v0.8.18
new release
Bug fix release
Fixes problems with the beforeRender method in several features.
Bug fix release
This release adds an afterRender function to all features, which can be used to modify the rendered selection directly. Check the test suite for examples.
Bug fix release
Release a new version of d4 0.8.8, which contains bug fixes for issue #21 and a fix whereby label offsets may return NaN in some cases.
Bug fix release
This is a quick bug fix release to fix issue #20 .
v0.8.6
This build adds new functionality to the line series labels feature which optionally enables the user to track and display the values of a line segment relative to the mouse's position.