问题
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