Update MPAndroidChart to 2.1.6

here
cpfeiffer 2015-11-13 23:57:04 +01:00
parent f349846f4a
commit ebbb71ae9d
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ dependencies {
compile 'com.android.support:support-v4:23.1.0'
compile 'com.github.tony19:logback-android-classic:1.1.1-4'
compile 'org.slf4j:slf4j-api:1.7.7'
compile 'com.github.PhilJay:MPAndroidChart:v2.1.5'
compile 'com.github.PhilJay:MPAndroidChart:v2.1.6'
compile 'com.github.pfichtner:durationformatter:0.1.1'
}

View File

@ -319,7 +319,7 @@ public abstract class AbstractChartFragment extends AbstractGBFragment {
chart.setNoDataText(getString(R.string.chart_no_data_synchronize));
// disable value highlighting
chart.setHighlightEnabled(false);
chart.setHighlightPerTapEnabled(false);
// enable touch gestures
chart.setTouchEnabled(true);