Changing the Scale of a Graph

Is it possible to use CL to lock in the scale of a graph? In the actual graph, I have the y-axis set to a step number of 5, but this is what it looks like in preview mode.

image

If I change the step number to 10, that works. I’m assuming it changes because the step number of 5 would have the horizontal lines too close to each other, but where is the cut-off point?

re. cut-off point:

There’s no hard line drawn as to where we bump up to the next step size. We make sure that your labels don’t bump into each other, which may be at different points depending on display size.

Might be nice to allow user to choose the step size, and stagger the labels rather than altering the chosen step size.

2 Likes