(jQuery Highchart) How to make this as Horizontal Bars?

怎甘沉沦 提交于 2019-12-13 00:11:35

问题


What i need is exactly with this following chart.
http://www.highcharts.com/demo/column-stacked

But unfortunately it is vertical one as i'm need the horizontal one. But when i change the type: bar, it is then appearing with separated bars while the original one is combined one. How can i have it work?


回答1:


use the following coded on jsfiddle. there is a slight change in the code

http://jsfiddle.net/ayJYV/2/



来源:https://stackoverflow.com/questions/10595141/jquery-highchart-how-to-make-this-as-horizontal-bars

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