Not able to change Axis Tick Color

Hello Team Helical,
I am using Helical Insight version 4.0 and I am trying to change the Axis Tick Color using the Customization script. I am able to change the size and font, but I am not able to change the color. Help me out with this.

Thank You
Lero.

1 Like

Hello Lero,

This is a known bug and we are working on it.

Meanwhile, you can use the following script in CSS Editor.

.c3-axis-x text, .c3-axis-y text,  .c3-axis-y2 text{

  fill : red !important;

}

The axis tick color will be changed.

image

Thank You
From Team Helical