Skip to content

Proguard

Philipp Jahoda edited this page Sep 12, 2015 · 3 revisions

In case you are using Proguard, you will need to whitelist MPAndroidChart, which requires to add the following line to your Proguard configuration file.

-keep class com.github.mikephil.charting.** { *; }

If you don't do this, animations might not work.

Additional information on Proguard.

The documentation has moved.

Clone this wiki locally