sorry I have tried make gridline =0 but its remove all grids..
But you can make gridline number such that its show you interger value.. Bcz i have graph and i have with 2 gridline its give me integer but with 4 gridline value its give me non interger value..
so play around and let me knwo how...
Try this thing in Query ..
Use round() function and us as function with it.
like
select round(Number) as Whole_Num from table
now in your Y axis values give this name as "Whole_Num"
and try this out. because here we using whole number
let me kwno what happend to it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.