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

Is it possible to select specific component and apply different interaction method? #6

Closed nsknsltw closed 8 months ago

nsknsltw commented 6 years ago

For example, in the 3d barchart ,can I add a horizontal plane across all the bars ,and when I select the plane , I can drag it up and down across the bars and the bars are fixed?

nsknsltw commented 6 years ago

I think this is possible but I am a newbee.