I'm trying to figure out how Google Charts is able to dynamically split the y-Coordinate to achieve the following outcome:
There are basically two questions that I have. 1) How to dynamically calculate the suited number of y-coordinate separators based on the given ticker prices. 2) How to calculate the steps between these lines.
A similar question has been asked before: Calculating chart for YAxis
But this question is specific to Google's approach of solving the problem.