Skip to content

Releases: jamesleesaunders/d3-x3d

Version 1.3.3

22 Jun 09:55
7a77751
Compare
Choose a tag to compare
  • Fixes #80 issue with Axis Transition Artefacts.
  • Added Area Chart to README.
  • Small tidy ups and capitalisation of x3dom tags.

Version 1.3.2 (Volume Slice)

03 Jun 21:17
Compare
Choose a tag to compare
  • Volume Slice Chart.

Version 1.3.1 (Area Chart Improvements)

26 May 20:47
Compare
Choose a tag to compare
  • Integrated curve functions into data transform module.
  • Integrated smooth mode into area chart components and chart.
  • Create one IFS for curve, rather than one per series value.
  • Fix area chart for negative values.
  • Fix examples for IE11 (no ES6).

Version 1.3.0 (Area Chart)

02 May 20:53
8909dc7
Compare
Choose a tag to compare
  • New Area Chart (aka Joy Division) component #50. Thank you @andreasplesch.
  • Update npm modules highlighted by npm vulnerability audit.
  • Add lights back to charts. Towards #70.

Version 1.2.4 (More Transition Improvements)

19 Apr 21:15
Compare
Choose a tag to compare
  • Extend transition pattern to the other charts.
  • New light component.
  • Default bar chart to distal labels.
  • Tidy examples.

Version 1.2.3 (Transitions, Distal/Proximal Axis Labels)

11 Apr 20:53
Compare
Choose a tag to compare
  • Transitions.
  • Proximal/Distal Axis Label Positions.

Version 1.2.2 (Transitions - Part 1)

03 Apr 22:03
544483e
Compare
Choose a tag to compare
  • Making chart transitions work.
  • More Reactive.

Version 1.2.1 (Volume Slice Chart)

17 Mar 08:18
Compare
Choose a tag to compare

Version 1.2.0 (Volume Slice)

13 Mar 22:05
Compare
Choose a tag to compare
  • New volume slice component.
  • Correct use ot this (rather than selection) in forEach.

Version 1.1.2 (Events Dispatch)

23 Feb 22:08
Compare
Choose a tag to compare
  • Added dispatch events.
  • Replaced scatter plot old onclick events.
  • New label component.