Skip to content

Releases: jamesleesaunders/d3-x3d

Version 2.0.7 (Scene Code Improve, Particles)

29 Oct 11:22
6adbe70
Compare
Choose a tag to compare
  • Removed duplicate code creating base scenes (thanks @mo-jinbuu for contributing).
  • Tidy up scatter, bubble and particle charts and components.
  • Remove size option from particles.
  • Added couple more examples.

Version 2.0.6 (Particle Plot)

10 Sep 20:56
Compare
Choose a tag to compare
  • New Particle Plot component.
  • Fixed bugs with randomly left behind artefacts.

Version 2.0.5

01 Nov 17:59
Compare
Choose a tag to compare
  • Adds Size and Colour scales to scatter plot.
  • Slight change to Vector Field color scale.
  • All code re-linted and swapped ' for ".
  • Various NPM updates and Synk updates.

Version 2.0.4 (Use gl-matrix for Vector Chart)

01 Sep 21:04
Compare
Choose a tag to compare
  • Resolves #53 don't use x3dom for vector field arrow rotations.
  • Now uses gl-matrix.

Version 2.0.3

27 Aug 21:07
Compare
Choose a tag to compare
  • Shiny new d3-x3d Logo!
  • Fix bug when changing between distal and proximal axis labels.
  • Better handling when zero series in dataset (#79).
  • Correct FontStyle family on axis.
  • Update to d3 v5.11.0.
  • Added bar chart example image to README.

Version 2.0.2

08 Aug 10:54
Compare
Choose a tag to compare
  • Refactor X3DOM event code in preparation for X_ITE event support.
  • Fixed two TwoSidedMaterial on Area, Ribbon and Surface components.

Version 2.0.1 (X_ITE and colorParse)

31 Jul 20:54
Compare
Choose a tag to compare
  • Update README.md making less X3DOM specific, introducing X_ITE.
  • Fixed axis labels for X_ITE.
  • New unit tests for colorHelper.
  • Fix colors on area and ribbon components for X_ITE.
  • Move surface over to use colorParse.

Version 2.0.0 (Renamed back to d3-x3d)

27 Jul 10:21
Compare
Choose a tag to compare
  • Renamed from d3-x3dom back to d3-x3d
  • Now supports both X3DOM and X_ITE.
  • Added colour helper functions.
  • Added examples.

Version 1.3.5 (Area & Ribbon IFS & Data Transform)

22 Jul 20:33
Compare
Choose a tag to compare
  • Ribbon chart - generate a single IFS for each ribbon (rather than each segment).
  • Adds smooth mode to Ribbon chart and component.
  • Aligned Ribbon and Area component IFS generation.
  • Enabled use of useGeoCache in axis.js - use .append().attr() rather than .html().
  • Refactored dataTransform.js Closes #41 Broke down functions into single and multi series functions.
  • If curveFunction is Basis then reach straight for D3's native 'interpolateBasis' function (it's faster!).
  • Update d3-interpolate-curve to v1.0.0.

Version 1.3.4 (Shapes, Cylinders, Curves)

22 Jul 20:33
Compare
Choose a tag to compare
  • Shape fixes to Area, Axis and Ribbon artefacts. Closes #87
  • Added 'useGlobalCache' option in preparation for x3dom/x3dom#968
  • Various package.json updated to address vulnerabilities.
  • Fixed axis label positions when in 'distal' mode.
  • Documentation updates.
  • Added area chart to showcase example.
  • Small data smooth function improvements.
  • Improvements to 'smooth' (area chart) curve functions making use of new d3-interpolate-curve module.
  • Renamed build folder to dist.