paulroehr / EazeGraph

An Android chart and graph library
Apache License 2.0
1.6k stars 270 forks source link

Crash when pinch zooming the graph #68

Open chintandesai49 opened 8 years ago

chintandesai49 commented 8 years ago

My graph is crashing when i pinch zoom it without the property set in xml:

    app:egShowValueIndicator="false"

and if i set it to true it suddenly stops crashing. And i want to stop pinch zoom what is the xml or java property to stop that ? I have tried touchListener to null but it is not effecting the situation.

DimaDDM commented 7 years ago