Skip to content

Releases: jamesleesaunders/d3-x3d

Version 2.1.5 (Add Torus Prototype for X_ITE)

27 Dec 22:07
Compare
Choose a tag to compare
  • Added Torus Prototype to add X_ITE support for the Donut Chart.

Version 2.1.4

17 Dec 10:12
Compare
Choose a tag to compare
  • Bugfix: Color Scale on Bubble and Spot plots re-calculates on refresh.
  • New Donut chart component and examples.
  • Load x3d head Text component on demand (the Text component is not default in the Interactive profile).
  • New 'stacker' function added to dataTransform - used for stacked bar chart and donut.

Version 2.1.3

11 Dec 17:30
67b92ac
Compare
Choose a tag to compare
  • Revert back to use d3-interpolate-curve.
  • Add module export statement to package.json.

Version 2.1.2 (Spot Plot)

05 Dec 16:59
Compare
Choose a tag to compare
  • Adds new GitHub Issue Templates.
  • Tidy Rollup Config - remove redundant dependencies.
  • Upgrade all code from D3 v5 to support D3 v7.
  • New Spot Plot component and charts.
  • Bugfix: Y-Axis Tick Format consistent on both sides.
  • Bugfix: Data Transform Unit Test fix.
  • Various documentation README updates.

Version 2.1.1

30 Nov 16:32
Compare
Choose a tag to compare
  • Remove d3-shape and d3-array and curve dependencies.

Version 2.1.0 (Migrated to ES Module)

30 Nov 14:27
7588353
Compare
Choose a tag to compare
  • Replace all require() with import.
  • Type module.
  • Update packages: uglify-es -> uglify-js, tape.
  • Fix GitHub CI/CD - update to node 12.
  • Rename pretest to build.
  • Temporarily adding fromCurve while need to fix d3-interpolate-curve module.

Version 2.0.11 (Gamma Correction & X-ITE Improvements)

24 Nov 14:47
Compare
Choose a tag to compare
  • Only attempt gamma correction on x3dom.
  • Changed canvas tag for x-ite to x3d-canvas.

Version 2.0.10 (Heat Maps)

08 Sep 20:38
Compare
Choose a tag to compare
  • New Heat Hap Chart and Component.

Version 2.0.9 (More Bar Chart Fixes)

19 Jul 20:06
Compare
Choose a tag to compare
  • Further fixes of x-axis and z-axis - order keys correctly.
  • Added another Bar Chart example.
  • Added DataTransform unit tests.

Version 2.0.8 (Bar Chart Scale Fixes)

18 Jul 21:34
952c0eb
Compare
Choose a tag to compare

Fix issues reported on reddit.

  • Remove over-excessive x-scale padding.
  • Fix issue with ordering of x-scale values.