You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LegendLabel doesn't receive a className or style prop meaning you can't add custom styles such as font size or color. I believe LegendItem has the same issue.
The text was updated successfully, but these errors were encountered:
I know this is an old thread, but I'm responding here in case others need the info.
You can achieve the styling you're looking for by specifying formatting the Child of LegendLabel. For example, you could employ <span> as follows to color the label:
LegendLabel doesn't receive a className or style prop meaning you can't add custom styles such as font size or color. I believe LegendItem has the same issue.
The text was updated successfully, but these errors were encountered: