Releases: jamesleesaunders/d3-x3d
Releases · jamesleesaunders/d3-x3d
Version 1.3.3
- 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)
- Volume Slice Chart.
Version 1.3.1 (Area Chart Improvements)
- 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)
- 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)
- 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)
- Transitions.
- Proximal/Distal Axis Label Positions.
Version 1.2.2 (Transitions - Part 1)
- Making chart transitions work.
- More Reactive.
Version 1.2.1 (Volume Slice Chart)
- Volume Slice Chart.
Version 1.2.0 (Volume Slice)
- New volume slice component.
- Correct use ot this (rather than selection) in forEach.
Version 1.1.2 (Events Dispatch)
- Added dispatch events.
- Replaced scatter plot old onclick events.
- New label component.