Reproduce:
Open file duplicate label.txt.
Create a line chart with x-axis [Column 1] and y-axis Sum([DSHBRD_CATG_ID]). Reduce the y-axis filters to 0-3,
Results
The y-axis labels show 0, .5, 1, 1.5, etc., even though there are only whole numbers. If you set Decimals to 0 you get 0,1,1,2,2, etc.
Expected
Only show whole numbers if results are all integers.
Fixing this would be very helpful. Integer y axes with small differences between the limits currently look fairly strange.