mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-23 00:33:09 +02:00
disable zoom for month chart
This commit is contained in:
@@ -256,7 +256,7 @@ public class GraphFragment extends Fragment implements FragmentUpdateListener {
|
|||||||
|
|
||||||
chartBottom.setColumnChartData(columnData);
|
chartBottom.setColumnChartData(columnData);
|
||||||
chartBottom.setValueSelectionEnabled(true);
|
chartBottom.setValueSelectionEnabled(true);
|
||||||
chartBottom.setZoomType(ZoomType.HORIZONTAL);
|
chartBottom.setZoomEnabled(false);
|
||||||
|
|
||||||
generateLineData(cal);
|
generateLineData(cal);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user