How to Increase data labels font size in grouped bar chart?

Hi Team Helical,

I am using Helical Insight 3.1. I have created a grouped bar chart with data label filed applied. I would like to change and increase the font size of the created data labels. How can I do that?

Thank You.

1 Like

Hi Marc,

In the ad-hoc interface where you have created the report, you will have the option of adding CSS. You can add the below kind of CSS and mention the font size over there

.c3-chart-texts
{
font-size: 15px !important; 
}

In a similar way, you can inspect element, identify the IDs/class and apply other CSS also.

Thank You
From
Team Helical