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

hexagon or other polygon shapes #11

Closed headwinds closed 7 months ago

headwinds commented 5 years ago

Similar to how you create the cube bar chart, is it possible to create one with hexagons instead of cubes?

If a cube requires 4 vertices and 8 planes, I'm thinking a hexagon would need 6 vertices and 12 planes...

Niekes commented 7 months ago

@headwinds Yes this is possible with polygons3D!