Max Y Value -- Graph looks like it is going 'above' the y axis

Hello Lookerites

So I have some dev requirements that wants the graphs of the data visualizations to not look like it is going above the bounds of the graph. For example:

See how the pink line looks like it goes ‘past’ the last 7 million tick on the y axis? Is there a way to dynamically scale the graph so it looks more like :

I can do this manually, but I am wondering if there is a way to programatically do this so it does it based on the max value being plotted.

2 Likes

Hi,

I have the same problem, I could manually set an axis max but then it might be too large for smaller values.

The values above £150,000 could be £160,000 or £170,000 but you can only tell by using a tooltip.

Did you figure it out?
Simon