How to get height of individual bars in column cha

2019-09-20 12:03发布

问题:

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/