Canvas: Area Chart: Change font color

Hi there,

I am trying to change the font color of the area chart element. I suspect this can be done through the CSS element style. If have tried the below approaches but didn't work.

.canvasRenderEl {
color: #ffffff;
}

.canvasRenderEl {
p {color: #ffffff;}
}

Unfortunately I am not very familiar with CSS any help would be appreciated.

Thanks,
Dennis

Hey Dennis, welcome to our community.

You can change the font color and other font settings of a chart in canvas using the Chart style panel. Clicking on the + icon it will enables you to configure various part of the chart, including text styles32

:flushed: how could I have missed that... just getting familiar with the UI and didnt hit the plus sign yet. Many thanks Mark.