I am looking for an open source visualization package to create a 3d bar chart similar to the one I have created in excel (see image below). I have tried vis.js, but there was no way I could tell to format the 'walls' to show gridlines and a background color. If this is possible in vis.js I could do that as well, but I didnt see anything in the documentation.
The features I need are:
- Gridlines for 'walls'
- background color options for 'walls'
- Free movement/rotation
- Ability to change individual bar color based on some logic
- Ability to export image to pdf, etc..
Ideal Chart (excel):
Any help or suggestions would be greatly appreciated! Thanks!