zoomCallback: function (minDate, maxDate, yRange) {
This is what I came up with and actually works fine. I will have to change the values ββa bit, but it works the way I want for the most part. There is only one problem with this solution: When I zoom in, it automatically changes the values, and you can see for a very short time that the old values ββare displayed and then they change to new ones. It just doesn't feel great for users, but it's not a robber. Is there another event that was triggered earlier?
source share