Skip to content

Releases: jamesleesaunders/d3-ez

Version 3.2.2 (Nightingale Rose Chart)

24 Mar 22:43
9705f99
Compare
Choose a tag to compare
  • Nightingale Rose Chart.

Version 3.2.1

17 Mar 20:36
c71bc2e
Compare
Choose a tag to compare
  • Component Refactor.
  • Created component and chart modules.
  • Few unit test tweaks.
  • Added rollup-plugin-json.

Version 3.2.0

17 Mar 14:59
Compare
Choose a tag to compare
  • 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)

09 Mar 23:04
493f526
Compare
Choose a tag to compare
  • 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)

20 Feb 20:34
56732b2
Compare
Choose a tag to compare
  • Convert to ES6 modules (closes #70).
  • Adds unit tests (closes #66).
  • Renamed chart.js to base.js.
  • Use rollup to generate build files.
  • Fixed d3v3 scale.Linear hangover in color module.
  • Updated package.json adding package-lock.json.
  • Updated examples accordingly.

Version 2.2.6 (Circular / Radial Labels)

06 Feb 22:32
Compare
Choose a tag to compare
  • 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)

03 Feb 23:14
2e6f5db
Compare
Choose a tag to compare
  • New Circular Bar Chart (closes #55).
  • Added circular scale logic.

Version 2.2.4 (New Candlestick Chart)

21 Jan 22:16
19f2fe9
Compare
Choose a tag to compare
  • New Candlestick Chart.
  • Used for things like stock and finance charts.
  • High, Low, Open, Close.

Version 2.2.3 (Few dispatch bugfixes)

18 Jan 10:22
Compare
Choose a tag to compare
  • Fixes dispatch bugs.
  • General tidy, beautify, fix typos.

Version 2.2.2 (Dispatch Changes)

17 Jan 14:43
Compare
Choose a tag to compare
  • More! Heatmap Improvements.
  • Fix thresholds.
  • Refactored dispatch. (closes #76).
  • Added merge() to all parent charts.