How to use three.js to do a 3D chart

In general, three.js is not a library for information visualization. So you don’t have a high level interface for defining your data (information) and the respective rendering (visualization). Instead, you need to work with primitives like meshes or lines and also implement the whole layout logic (the code that ensures, the primitives are organized like in your picture). Unfortunately, there is no guide or tutorial for this.

Also read: Nodes and link with three js

3 Likes