Skip to content

Releases: heavysixer/d4

Browserify Release

29 Mar 17:58
Compare
Choose a tag to compare

Merged a PR from @LomaxRx to support Browserify projects.

Bug fix release

10 Mar 20:11
Compare
Choose a tag to compare

The LineSeriesLabels feature's overlay group would be created more than once if the chart was re-rendered.

Maintenance Fix

26 Feb 13:53
Compare
Choose a tag to compare

Small fix to brushes, and update d3 dependency.

v0.9.1

07 Mar 15:49
Compare
Choose a tag to compare

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

03 Mar 17:40
Compare
Choose a tag to compare
new release

Bug fix release

27 Nov 17:27
Compare
Choose a tag to compare

Fixes problems with the beforeRender method in several features.

Bug fix release

06 Aug 19:52
Compare
Choose a tag to compare

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

05 Aug 20:01
Compare
Choose a tag to compare

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

28 Jul 21:09
Compare
Choose a tag to compare

This is a quick bug fix release to fix issue #20 .

v0.8.6: small update to allow the line label to have its own distinct classna…

23 Jul 21:00
Compare
Choose a tag to compare

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.