First of all I want to thank the people that make this awesome lib, it truly is magnificent.
Right now I'm trying to create a graph in which I need to set the minimum and maximum to a certain amount (for example { min: 200, max: 260 }). When the value is higher than the maximum i need it to either disappear or stick to the top of the graph as long as it's higher (or equal to) the maximum (the same goes for the minimum). Is there any way to achieve this right now, if not can you point me in the direction i need to look to get this working?
Regards,
Manuel