1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-03-14 04:29:43 +01:00

disable zoom for month chart

This commit is contained in:
OliE 2015-01-02 12:03:38 +01:00
parent d635e2ff89
commit c0701e99b7

View File

@ -256,7 +256,7 @@ public class GraphFragment extends Fragment implements FragmentUpdateListener {
chartBottom.setColumnChartData(columnData);
chartBottom.setValueSelectionEnabled(true);
chartBottom.setZoomType(ZoomType.HORIZONTAL);
chartBottom.setZoomEnabled(false);
generateLineData(cal);
}