How to get height of individual bars in column chart of highcharts?

泄露秘密 提交于 2019-12-13 10:35:42

问题


Is there a way to find individual bar height? I know chart.plotHeight would return potting area height. Similarly i would like to know individual bar height.


回答1:


You can find all point's shape arguments in Point.shapeArgs object. Take a look at the example below.

Example:
http://jsfiddle.net/gL9e7mbj/



来源:https://stackoverflow.com/questions/46067813/how-to-get-height-of-individual-bars-in-column-chart-of-highcharts

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