I am learing and searching for an example of an interactive 3d scatter plot, which is using D3.js and Three.js.
How can I make a scatter plot with 3 axis (x, y, z)? And also how to combine it with Three.js to make it into 3D? On the other hand, I have made a json file and hoping to import into the scatter plot. Do I need a web server to import them?
Extra question: In the scatter plot, I would also like to do some interaction, such as zoom in and out, filtering data display, and also putting different data type into the x,y,z axis?
If there is any example from data visualization site or other resources you know, may I ask to share with me and I can look at?