You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Grid Im using does not fit the datapoints, meaning it does not start by x=0 and x=EndOfX but is squeezed. https://ibb.co/zXdQJy6
final AxisGrid grid = new AxisGrid();
grid.setStrokeWidth(1);
grid.setGridType(GridType.VERTICAL);
grid.setGridEffect(GridEffect.DOTTED);
linearChartView.setGrid(grid);
The Grid Im using does not fit the datapoints, meaning it does not start by x=0 and x=EndOfX but is squeezed.
https://ibb.co/zXdQJy6
Edit:
Graphs are not matching, too:
https://ibb.co/72S0kCJ
The text was updated successfully, but these errors were encountered: