Is there any simple (implemented in library) solution to disable scaling (zooming) on the Y axis only, so that user can zoom only on the X axis? It seems like common requirement, but I can't find it in the documentation.
thanks
You are right, that is not yet possible. I will include such a feature in the next release, should be pretty easy to do :-)
That would be great! Thank you!
Did you add this feature?
I don't think so.
Still not here yet? Would love to see this.
ops I was looking for this feature, gotta find another plugin now or else I may have to implement it.
Here you go: setScaleYEnabled(false)
Most helpful comment
Here you go:
setScaleYEnabled(false)