I am trying to get a few things done in the high charts area range chart:
I am trying to be able to zoom into the chart mainly y axis and I am unable to do that can someone suggest me how that can be achieved I am adding the jsfiddle link below with the sample code where I am trying to add the zoom.
For the tooltip of the same chart I am trying to get the value of the point as well as the range values for the same point when I hover over it. Also I don't want any tooltip when I hover on the range. i.e. if I hover over the point for AAL 1A Nov'22 3311.6781801806596 in the tooltip I am expecting to see
AAL_1A: 3311.6781801806596 AAL_1A 95 range: 3066.798502204227, 3556.557858157093
but what I have written with that I don't see any tooltip to be generated, can someone help me on how to get what I am expecting
JS Fiddle:
code
My code