Is there any way to remove grid at background in line graph?
Currently no, but I can work on adding that pretty easily.
Alternatively, you can extend the AbstractChart and recreate your own LineChart
@mcabs3 , if possible please provide me such functionality(remove grid) asap. I will be really thankful for you :)
and Thank you for providing such an awesome library.
@tarunmehta-quovantis if you are under time crunch, copy the line-chart file and put it in your project (update the imports to use the library), and remove 186 - 191, and 200 - 205.
withInnerLines={false}
Most helpful comment
withInnerLines={false}