I don't think you can achieve it by configuring any prop.
Following CSS is a workaround but it will change the color of all the labels in chart.
text tspan{
fill:red;
}

Do assign a style class to restrict the changes.
I don't think you can achieve it by configuring any prop.
Following CSS is a workaround but it will change the color of all the labels in chart.
text tspan{
fill:red;
}

Do assign a style class to restrict the changes.