I have a multi-y-axis line graph and I would like to set a limit to how far a user can click and drag a y-axis to pan the data vertically. My goal is to prevent the user from allowing any data points from going off the grid.
Alternatively, I would like to know how to call a function upon the event that a axis has been moved. Then I could perhaps iterate the correct the range if needed.