PhilJay / MPAndroidChart

A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.
Other
37.54k stars 9.01k forks source link

When I turn on obfuscation, the animation effect is gone #4741

Open lookballs opened 4 years ago

lookballs commented 4 years ago

Summary

Expected Behavior

Possible Solution

Device (please complete the following information):

Additional Context

ADD A REWARD using Speed to SOLVE this issue QUICKLY and SUPPORT this project.

MasoomBadi commented 2 years ago

Cause you have applied obfuscation, you need to whitelist MPAndroidChart by modifying Proguard rules. Add this line to your proguard: -keep class com.github.mikephil.charting.** { *; }

VikramChholak commented 2 years ago

Suggestion by @MasoomBadi working well. This issue should be closed. close #4741