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:
parent
d635e2ff89
commit
c0701e99b7
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user