Skip to content

Releases: jamesleesaunders/d3-x3d

Version 1.1.1 (Crosshair Doings)

17 Feb 21:36
d994bb1
Compare
Choose a tag to compare
  • Closes #44 Integrate crosshair with scatter plot.
  • Some variable renaming to make easier to read.

Version 1.1.0 (Experimental Crosshair Plot)

16 Feb 21:16
50472d7
Compare
Choose a tag to compare
  • Experimental Crosshair Plot Chart.
  • Fixed alignment of Bubbles component billboard text labels.

Version 1.0.23 (Vector Field Bugfixes)

12 Feb 22:43
4e0f90f
Compare
Choose a tag to compare
  • Bugfix: If vector coordinate numbers infinite then things go wrong #47.
  • Bugfix: If scale > 0 crosshair axis origin acts funny #47.
  • Update @examples to use 'let'.
  • Tidy up examples.

Version 1.0.22 (Vector Field Chart)

06 Feb 22:36
Compare
Choose a tag to compare

Version 1.0.21 (Crosshair)

13 Jan 00:22
Compare
Choose a tag to compare
  • New crosshair component.
  • Copyright 2019.
  • Made all components support smooth transition on data refresh.
  • Made axis lines light grey.
  • Rename axis.tickDir() to axis.tickDirection().
  • Added links to API docs to README.

Version 1.0.20 (Ribbon Chart)

15 Dec 21:40
4b22d72
Compare
Choose a tag to compare
  • New Ribbon Chart.
  • New Multi Series Ribbon Chart.
  • Unit tests tidy.

Version 1.0.19

05 Dec 10:41
6ecc2c2
Compare
Choose a tag to compare
  • Improvements to dataTransform. More use of destucturing.
  • Rename _x to _v.
  • Generate ribbonData before generating elements.
  • Use const in index file.
  • Fix size scale on bubbles.

Version 1.0.18 Random Number Script

24 Nov 23:19
4238f05
Compare
Choose a tag to compare
Merge pull request #38 from jamesleesaunders/RandomData

Random Data Generator

Version 1.0.17 (Rename SurfacePlot)

18 Nov 09:22
9c9dd26
Compare
Choose a tag to compare
v1.0.17

Update package-lock.json

Version 1.0.16

14 Nov 22:31
Compare
Choose a tag to compare
  • Embellished documentation.
  • Fixed #14 INVALID_VALUE: texImage2D: no canvas.
  • Various JSDoc tidy-ups.