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.0.15 (JSDoc Improvements)

Published by jamesleesaunders almost 6 years ago

  • New JSDoc Toast theme.
  • Tweak to README formatting, add download links.
  • Small changes to jsdoc.conf. Adding include/exclude patterns.
  • JSDoc fix-ups, alias classes. Towards #28.
  • Bump to v1.0.15.
d3-x3d - Version 1.0.14

Published by jamesleesaunders almost 6 years ago

  • Further use of ES6 syntax (arrow functions, const). Credit to Victor Glindås for contributions here!
  • Changed centre of rotation to be centre of graph (rather than 0, 0), makes interaction more comfortable. Fixes #11.
  • Proof of concept 'ribbon' component (still WIP).
  • Attempt to fix INVALID_VALUE: texImage2D: no canvas #14 (still WIP).
  • Tidy up and addition of JSDoc documentation and module. Credit to Victor Glindås also! Towards #22.
d3-x3d - Version 1.0.13 (Migration to GitHub Pages)

Published by jamesleesaunders about 6 years ago

d3-x3d - Version 1.0.12 Renamed from d3-x3d to d3-x3dom

Published by jamesleesaunders about 6 years ago

d3-x3d - Version 1.0.11 Surface Area Fix

Published by jamesleesaunders about 6 years ago

  • Fix bug with surface area colour map.
  • Updated README.
d3-x3d - Version 1.0.10

Published by jamesleesaunders about 6 years ago

  • Small whitespace tidy-ups.
  • Update classes, double quotes.
  • Add link to Observable.
  • Rename countries to stores.
  • Use Template literals, correct GPLv2.
  • Update Components.html
  • Update viewpoint.js add diametric.
  • Rebase diametric projection.
  • Fix Components example. Added new 'left' viewpoint.
  • Fix 'dimentions' typo on bars component. Add to example.
d3-x3d - Version 1.0.9 Lights

Published by jamesleesaunders about 6 years ago

  • Adds Directional Lights.
  • Updated README.
  • Adds 'left' viewpoint to single series vertical bar chart.
  • Adds links to all examples back to GitHub repo.
  • Experiment with TwoSidedMaterial (for future line chart?).
  • Increased font size on axis.
d3-x3d - Version 1.0.8

Published by jamesleesaunders about 6 years ago

  • Fixed Safari bug with toFixed on dataTransform.thresholds.
  • Added new single series bar chart barChartVertical.
  • Renamed barChart to barChartMultiSeries.
  • Tidied up unit tests.
  • Few README updates.
d3-x3d - Version 1.0.7 Surface Area Data Standard

Published by jamesleesaunders about 6 years ago

  • Convert surface area data structure to standard Fixes #1.
  • Fix component Observable bug.
  • Added example test data.
d3-x3d - Version 1.0.6 New Bubble Chart + Rename Multi

Published by jamesleesaunders about 6 years ago

d3-x3d - Version 1.0.5 Fixed Bug with Axis Scales

Published by jamesleesaunders about 6 years ago

  • Fixes #6
d3-x3d - Version 1.0.4 New Viewpoint Component

Published by jamesleesaunders about 6 years ago

  • New Viewpoint component.
  • Added README docs.
  • Improved examples.
  • Add radius scale to scatter plot (bubbles).
d3-x3d - Version 1.0.3 Scatter Plot Improvements

Published by jamesleesaunders about 6 years ago

  • Improved Data Analysis component.
  • Fixed color scale on scatter plot.
d3-x3d - Version 1.0.2 New Multi Series Bubble Component

Published by jamesleesaunders about 6 years ago

  • New Multi Series Bubble Component.
  • New component showcase example.
  • Random Data Generator.
d3-x3d - Version 1.0.1 Tidy ups and Multi Plane Axis

Published by jamesleesaunders about 6 years ago

  • Tidy ups
  • New Multi Plane Axis component
d3-x3d - Version 1.0.0 Initial port from d3-ez

Published by jamesleesaunders about 6 years ago

  • Port X3DOM components and charts from d3-ez.