-1

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.

Jeffrin John
  • 675
  • 2
  • 7
  • 16

1 Answers1

2

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

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

pawel_d
  • 3,061
  • 1
  • 8
  • 13
  • 1
    Thank you so much paul. Got exactly how I wanted. I also did an update in your answer. It was pointShapeArgs.height for pointShapeArgs.width. [Updated Code](http://jsfiddle.net/gL9e7mbj/1/). Very small update. :-) – Jeffrin John Sep 07 '17 at 02:43
  • No Problem Paul. :-) @d_paul – Jeffrin John Sep 07 '17 at 10:56
  • Hi! Got a problem ( https://stackoverflow.com/questions/46250112/how-to-make-the-legend-come-in-the-image-in-highcharts ) @d_paul – Jeffrin John Sep 16 '17 at 10:29