mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-22 16:23: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.setValueSelectionEnabled(true);
|
||||
chartBottom.setZoomType(ZoomType.HORIZONTAL);
|
||||
chartBottom.setZoomEnabled(false);
|
||||
|
||||
generateLineData(cal);
|
||||
}
|
||||
|
Reference in New Issue
Block a user