how to change 2d bar chart into 3d bar chart using d3.js and angular

898 views Asked by At

I am using d3.js to render 3D bar chart. I am able to render a normal 2d chart but 3d chart rendering is very difficult. I found some sample code to make svg rectangles as 3d. Finally i want to apply changes to 2d bar chart but those changes are not working.

please find 2d bar chart below link

https://stackblitz.com/edit/d3-charts-lqchcx?file=app%2Fshared%2Fd3%2Fvbarchart2-filter1%2Fvbarchart2-filter1.component.ts

please find below link to make simple bar into 3d bar

(jsfiddle.net/d7aos9og/2/) by using above two examples i would like to show the chart as in the image sample 3d barchart

Please let me know how to do it. Very Big thanks in advance.

0

There are 0 answers