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
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
Please let me know how to do it. Very Big thanks in advance.