Removing\Changing color of grid lines and axis lines

Can we Remove\change the color of the gridlines of all the components from the page?


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. 

Sign In or Register to comment.