paulroehr / EazeGraph

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

Crash fix #54

Closed fredpedersen closed 8 years ago

fredpedersen commented 9 years ago

Fixed a crash that was caused by scaling the chart when egShowValueIndicator is set to false.

mFocusedPoint is null when there is no value indicator which causes a NullPointerException inside calculateValueTextHeight()