d3-3d
d3-3d copied to clipboard
d3-3d is a powerful JavaScript library designed for 3D visualizations, specifically tailored to work seamlessly with d3.js. This library enables the projection of 3D data onto web browsers, making it...
For example, in the [3d barchart](https://bl.ocks.org/niekes/613d43d39372f99ae2dcea14f0f90617) ,can I add a horizontal plane across all the bars ,and when I select the plane , I can drag it up and down...
Just started playing with your code. It's great. Is there a simple way to add ellipses (ovals) with what you have? I was thinking of adding a new "draw" type?...
@Niekes Is it possible to get the 3D points if we have the 2D coordinates similar to what the d3.scale.invert does. An application of this would be to be able...
Hi, I love this library. Is it possible to add curves (quadratic and/or cubic) to this? Where should I should start if I would add it by myself? Best regards
This adds types for d3-3d, allowing it to be used in a type-safe context avoiding errors and providing better IDE experience. Fixes #8 Upstreamed to DefinitelyTyped here: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/70087
I was thinking of visualising a graph database nodes and relationships and I am researching a bit how to do this. I have looked a bit at d3.js and three.js....
Bumps [rollup](https://github.com/rollup/rollup) from 4.9.0 to 4.22.4. Release notes Sourced from rollup's releases. v4.22.4 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...