enter image description here single y-axis with multiseries, tickmarks on same y-axis for min and max of each series, highchart.
The tick marks should come top most first series max, 2nd top 2nd series max and so on ... , Similarly min should come at the bottom and so on...
How can we achieve this in highcharts. attaching the image for requirement reference.
Tried with tickpositioner but it isn't working for series having similar or same max and min data points.
Using a single y-axis is not possible, because each series has its own scale. However, you can generate a separate y-axis (with calculated extremes and tick positions) for each series and it will look exactly the same way as in the picture.
For example:
Live demo: https://jsfiddle.net/BlackLabel/dLykjzh1/
API Reference: https://api.highcharts.com/highcharts/yAxis