Skip to content

Releases: jamesleesaunders/d3-ez

Version 4.0.5 (Layout Improvements)

30 May 16:19
49e101c
Compare
Choose a tag to compare
  • chore: bump dependencies, lint code.
  • fix: generate layout for circular multi-series.
  • feat: transition delay 100 for all charts.
  • fix: legendSize max circle size match.
  • feat: add series name and key names to svg elements.
  • fix: rename legendColor to legendCategorical.

Version 4.0.4 (Show Title and Show Legend Options)

22 May 15:14
e39b3ab
Compare
Choose a tag to compare

Version 4.0.3 (Module Structure Changes)

18 May 15:47
Compare
Choose a tag to compare
  • fix: remove d3-x3d typos from package.json.
  • Module Structure Changes.

Version 4.0.2 (Module Structure Changes)

18 May 09:17
3deefce
Compare
Choose a tag to compare
  • Module Structure Changes.

Version 4.0.1

15 May 20:10
d6b363b
Compare
Choose a tag to compare
  • Rosechart sector call difference.
  • CSS files check.
  • Readme tidy.
  • Check all dispatches.
  • Rosechart data invert
  • Multiple htmlTable on transition
  • Publish to npm
  • Integrate with grafana.
  • Tests
  • Add scale to 🍩 donut
  • Tidy - transition(), single quotes, var, let
  • Tests to calculate value for extremes.
  • Tests to all use the same data.
  • 3 x Examples still v5.
  • Zoom.
  • Does it still support div or svg holder?
  • Check all transitions.
  • Horizontal Bars component.

Version 4.0.0 (Grafana Overhaul)

02 May 14:57
afed1c7
Compare
Choose a tag to compare
  • barChartVertical renamed to barChart.
  • heatMapTabular renamed to heatMap.
  • Removed base, title and label.
  • All charts are multi-series.
  • All components are single-series.
  • Dispatch events (e, d) changed.

Version 3.3.15 (Reverting Base)

03 Jun 21:33
Compare
Choose a tag to compare

Version 3.3.14 (Big ES6 refactor)

05 Dec 10:31
Compare
Choose a tag to compare
  • Multiple changes Towards #128 to bring d3-ez in line with d3-x3dom.
  • Replace ES6 lets with const.
  • Use ES6 arrow functions #23.
  • Add todo to one day calculate date domains?
  • Use destructuring with dataTransform().
  • Rearranged tests folder structure.
  • Refactor dataTransform() and tests.
  • Make tape unit test output pretty.
  • Replace params _ with _v.
  • JSDoc Generator #44.
  • Improved JSDoc comments.

Version 3.3.13 (Gantt Chart and Data Transform)

18 Jul 14:29
Compare
Choose a tag to compare
  • Refactored dataParse to dataTransform. Renamed group/category to row/column.
  • New Gantt Chart and Example. Towards #62.
  • Fix reversed x-scale on the horizontal bar chart.

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.