Chart font color

Hello, how can I change the font color. I marked it with a red line

Hi @Robert1,

Try with this CSS:

:root {
    --rz-chart-axis-label-color: red;
}