Javascript visualization package for multidimentional bar chart

荒凉一梦 提交于 2019-12-08 06:48:00

问题


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:

  1. Gridlines for 'walls'
  2. background color options for 'walls'
  3. Free movement/rotation
  4. Ability to change individual bar color based on some logic
  5. Ability to export image to pdf, etc..

Ideal Chart (excel):

Best I could do with vis.js:

Any help or suggestions would be greatly appreciated! Thanks!


回答1:


Have a look, HighChart has great features, you can use the non-commercial version.

https://jsfiddle.net/oscjara/4mjp7egw/

here is the library

jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/3d/skewed-labels/


来源:https://stackoverflow.com/questions/43239072/javascript-visualization-package-for-multidimentional-bar-chart

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!