I am creating line chart, but I am facing a problem. My values varies from 0 to 5, and the graph values axis are in decimal points like _0,0.5,1,1.5,2_ and so on till 5. But I do not need these decimal points. I need simple value axis like _0,1,2,3,4,5._ Is there any way with which I can achieve this.
PS: When the value range is bigger like 0 to 10, then it works fine, like don't get decimal values, but when the range is small like in my case 0 to 5 then only I face this issue.
Here is screenshot of the issue https://prnt.sc/pw8592
Ok Thanks @Krijovnick . But what if I want to remove the lines for decimals.
@simerdev You can filter grid lines using the gridComponent property like in the updated example.
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.
Most helpful comment
@simerdev You can filter grid lines using the
gridComponentproperty like in the updated example.