d3-x3d

3D Data Driven Charting Library with D3 and X3D

GPL-2.0 License

Downloads
1.6K
Stars
110
Committers
13
d3-x3d - Version 1.3.3

Published by jamesleesaunders over 5 years ago

  • Fixes #80 issue with Axis Transition Artefacts.
  • Added Area Chart to README.
  • Small tidy ups and capitalisation of x3dom tags.
d3-x3d - Version 1.3.2 (Volume Slice)

Published by jamesleesaunders over 5 years ago

  • Volume Slice Chart.
d3-x3d - Version 1.3.1 (Area Chart Improvements)

Published by jamesleesaunders over 5 years ago

  • Integrated curve functions into data transform module.
  • Integrated smooth mode into area chart components and chart.
  • Create one IFS for curve, rather than one per series value.
  • Fix area chart for negative values.
  • Fix examples for IE11 (no ES6).
d3-x3d - Version 1.3.0 (Area Chart)

Published by jamesleesaunders over 5 years ago

  • New Area Chart (aka Joy Division) component #50. Thank you @andreasplesch.
  • Update npm modules highlighted by npm vulnerability audit.
  • Add lights back to charts. Towards #70.
d3-x3d - Version 1.2.4 (More Transition Improvements)

Published by jamesleesaunders over 5 years ago

  • Extend transition pattern to the other charts.
  • New light component.
  • Default bar chart to distal labels.
  • Tidy examples.
d3-x3d - Version 1.2.3 (Transitions, Distal/Proximal Axis Labels)

Published by jamesleesaunders over 5 years ago

  • Transitions.
  • Proximal/Distal Axis Label Positions.
d3-x3d - Version 1.2.2 (Transitions - Part 1)

Published by jamesleesaunders over 5 years ago

  • Making chart transitions work.
  • More Reactive.
d3-x3d - Version 1.2.1 (Volume Slice Chart)

Published by jamesleesaunders over 5 years ago

  • Volume Slice Chart.
d3-x3d - Version 1.2.0 (Volume Slice)

Published by jamesleesaunders over 5 years ago

  • New volume slice component.
  • Correct use ot this (rather than selection) in forEach.
d3-x3d - Version 1.1.2 (Events Dispatch)

Published by jamesleesaunders over 5 years ago

  • Added dispatch events.
  • Replaced scatter plot old onclick events.
  • New label component.
d3-x3d - Version 1.1.1 (Crosshair Doings)

Published by jamesleesaunders over 5 years ago

  • Closes #44 Integrate crosshair with scatter plot.
  • Some variable renaming to make easier to read.
d3-x3d - Version 1.1.0 (Experimental Crosshair Plot)

Published by jamesleesaunders over 5 years ago

  • Experimental Crosshair Plot Chart.
  • Fixed alignment of Bubbles component billboard text labels.
d3-x3d - Version 1.0.23 (Vector Field Bugfixes)

Published by jamesleesaunders over 5 years ago

  • 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.
d3-x3d - Version 1.0.22 (Vector Field Chart)

Published by jamesleesaunders over 5 years ago

  • Vector Field Chart.
d3-x3d - Version 1.0.21 (Crosshair)

Published by jamesleesaunders almost 6 years ago

  • 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.
d3-x3d - Version 1.0.20 (Ribbon Chart)

Published by jamesleesaunders almost 6 years ago

  • New Ribbon Chart.
  • New Multi Series Ribbon Chart.
  • Unit tests tidy.
d3-x3d - Version 1.0.19

Published by jamesleesaunders almost 6 years ago

  • 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.
d3-x3d - Version 1.0.18 Random Number Script

Published by jamesleesaunders almost 6 years ago

d3-x3d - Version 1.0.17 (Rename SurfacePlot)

Published by jamesleesaunders almost 6 years ago

d3-x3d - Version 1.0.16

Published by jamesleesaunders almost 6 years ago

  • Embellished documentation.
  • Fixed #14 INVALID_VALUE: texImage2D: no canvas.
  • Various JSDoc tidy-ups.