Niekes / d3-3d

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 an essential tool for developers interested in creating immersive and dynamic visualizations.
BSD 3-Clause "New" or "Revised" License
352 stars 34 forks source link

Adding axes #13

Open l4cr0ss opened 5 years ago

l4cr0ss commented 5 years ago

Pardon for opening a question here. Let me know if you'd rather me use StackOverflow.

How would you suggest to start going about adding axes to the visualization?

Niekes commented 7 months ago

@l4cr0ss I think the easies approach would be to use lines3D and lineStrips3D but it depends a little bit on your use case. What kind of visualization would you like to make and what kind of axis?