Type alias SeriesLabelsTextStyle
SeriesLabelsTextStyle:
Omit<TextStyle,"color"|"pointerEvents"|"textOverflow"> & {color:"contrast"|string; }
SeriesLabelsTextStyle.colorcolor?:
"contrast"|stringColor of the labels text The default color setting is "contrast", which applies the maximum contrast between the background and the text
Default
'contrast'