Removing\Changing color of grid lines and axis lines
Comments
-
Yes, we can change\remove the gridlines form the components using the below CSS.
.wijchart-axis-gridline { stroke: white; }
Please add the below code as a CSS file in the instance and apply it on the page.

