The same value is displayed multiple times on the Y-axis scale

I want to express a data group with a small data range in a line graph, but in that case, the same number is displayed on the Y-axis scale.
I don’t want to set the step number or step count for the axis, and I want to leave the data unit at the “default” setting. Is there a way to avoid this?

↓image

↓data

year sele
2020 10000000
2021 10001000
2022 10002000

Hi @Natsuki ,

Since all the values are in Millions and the unit value is set to auto, it is getting rounded up to 10M. From the field wells, if you opt to format using more formatting options and then set units to No unit, you will be able to see the original values.

Check if this solves your axis data labeling issue.

Thanks,
Prantika