Releases: jamesleesaunders/d3-ez
Releases · jamesleesaunders/d3-ez
Version 3.2.2 (Nightingale Rose Chart)
- Nightingale Rose Chart.
Version 3.2.1
- Component Refactor.
- Created component and chart modules.
- Few unit test tweaks.
- Added rollup-plugin-json.
Version 3.2.0
- Renamed color module to palette.
- Improved colour export.
- Fix Stacked Bar Chart Example.
- Added external d3 option to rollup config.
Version 3.1.0 (New Bubble Chart)
- New Bubble Chart components.
- Refactored labeledNode component.
- Making use of labeledNode component.
- New example test data.
- Florence Nightingale Diagram of the Causes of Mortality Data.
- World Temperature Data.
- Hans Rosling Bubble Chart Data.
- Number of small tidy ups of examples.
Version 3.0.0 (Convert to ES6 modules)
Version 2.2.6 (Circular / Radial Labels)
- Added 2 new components to help with circular graph scales and labels.
- circularRingLabels.js used by circular heat map and polar area charts.
- circularSectorLabels.js used by circular bar chart.
Version 2.2.5 (Circular Bar Chart)
- New Circular Bar Chart (closes #55).
- Added circular scale logic.
Version 2.2.4 (New Candlestick Chart)
- New Candlestick Chart.
- Used for things like stock and finance charts.
- High, Low, Open, Close.
Version 2.2.3 (Few dispatch bugfixes)
- Fixes dispatch bugs.
- General tidy, beautify, fix typos.
Version 2.2.2 (Dispatch Changes)
- More! Heatmap Improvements.
- Fix thresholds.
- Refactored dispatch. (closes #76).
- Added merge() to all parent charts.