Skip to content

Releases: jamesleesaunders/d3-ez

Version 3.3.12 (Radar Chart)

10 Jul 22:08
Compare
Choose a tag to compare
  • Fix class and stroke issue on labeledNode. Fixes #116.
  • Fix legendSize when passed string in domain values. Added basic test for legend. Fixes #116.
  • Fix bubble chart translate extent when fully zoomed out.
  • Improve legend tests.
  • New Radar Chart. Closes #114.

Version 3.3.11 (Bubble Zoom & Horizontal Bar Chart)

29 Jun 21:26
Compare
Choose a tag to compare
  • Added Zooming to Bubble Chart (Thanks Dip Parmar). Closes #106.
  • New Horizontal Bar Chart (Thanks Dip Parmar). Closes #108.
  • Fix line stroke width on line chart zoom.
  • Various small tidy-ups and README update.

Version 3.3.10 (Line Chart Zoom Fix)

23 Jun 08:43
bb90014
Compare
Choose a tag to compare

Fixes line chart zoom to x-axis only - Thanks to @DipParmar (fiverr creativedip) for fixing this!

Version 3.3.9

18 Jun 14:16
Compare
Choose a tag to compare
  • First experiments with brush and zoom. Towards #106.
  • Switched HeatMap transition back on - it is fast & works again! Fixes #76.
  • Improve 'is chartholder svg?' code. Fixes #91.
  • Made colour legend line thicker.
  • Update README with new synk badge and link to d3fc.
  • Add .idea folder to .npmignore. We don't want this project folder on NPM.
  • Added additional group for all multi-seriesGroups type graphs.
  • Fix GPL version number.

Version 3.3.8

04 Jun 21:48
Compare
Choose a tag to compare
  • Update some vulnerable packages suggested by 'npm audit'.
  • Closes #93 Improve Donut labels - stops duplicate groups being created on refresh.
  • Closes #103 Object doesn't support property or method 'assign' Error.
  • Small fix to heatmap example.

Version 3.3.7

30 May 06:29
Compare
Choose a tag to compare
  • Fix issue with color legend when it has lots of series.
  • Split Donut component into 2 components (Towards #93). One for the donut; One for the labels.

Version 3.3.6

23 May 20:43
Compare
Choose a tag to compare
  • Fix export d3.ez and d3Ez.
  • Fix Credit Tag margin.
  • Bump to v3.3.6.

Version 3.3.5 (Legend Tweaks)

20 May 20:48
Compare
Choose a tag to compare
  • Renamed legendCategorical -> legendColor.
  • Updated README.
  • Made Threshold legend wider.

Version 3.3.4

14 May 21:47
Compare
Choose a tag to compare
  • New Threshold Legend Component.
  • Fixed bug with legend import.

Version 3.3.3 (Legend Re-work, CSS Fixes)

12 May 21:28
627d62b
Compare
Choose a tag to compare
  • Update README.md, examples and package.json to support D3v5 Closes #99.
  • Use babel-preset-env (rather than es2015).
  • Add .editorconfig file (see: http://editorconfig.org/).
  • Fix Rose Chart CSS on hover.
  • Fix Line Chart dot grow CSS animation bug.
  • Streamline Axis and Label components.
  • New Size Legend component Closes #100.
  • New Colour Legend component.
  • Corrected license typo GPL-3.0 to GPL-2.0.