Changing text font and color of data label

Hello Helical Insight,

I am using helical insight 4.1 GA enterprise edition. How to change the text font and color of the data label? I can not see such kind of customization.

Thanks,
Netta.

Hello Netta,

We can change the font and color of the data label with the below steps:

  1. Open the report in edit mode
    image

  2. Enable data label customization
    image

  3. Apply the below CSS in the CSS editor and save the report
    image

.c3-text{

font-family: Arial Black !important;

fill: red !important;

}

In a similar way any sort of CSS etc can be identified and put and used in the code editor for achieving customizations which have not been directly provided.

Thanks,
Helical Insight.