Make the text and title of Donut Chart Bold

Hello Helical Team,

I am using Helical Insight 4.0 in which I want to make the title and text of the donut chart bold. Is there any CSS to do this?

Thank You,
Snow.

Hello Snow,

You can use the following CSS at the report level CSS editor or CSS area of dashboard designer to make the font bold.

.c3-chart-arcs text
{
  font-weight: bold !important;
  }

image

Thank You,
Helical Insight.