I have a column graph that displays Month on X-AXIS and quantity of complaint on Y-AXIS.
The quantity per customer can be different.
Eg: Customer A can have value from 50 to 10000
Customer B can have value from 0 to 5.
The problem I have is:
When it is customer A, it works well on Y-AXIS. it shows 0, 1000, 2000.... 10000
But, when it is customer B, it shows 0, 0.5, 1.0, 2.5, 3.0, 3.5 .... 5.0
How can I get rid of the decimals?
I have formatted the number to be without decimal. But, it is still showing 0,0.5, 1.0 etc.