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
I would like to show labels on components of the charts such as the bar, line, pie and area.
What does the proposed API look like?
Pass a new prop called renderLabel?: PieLabel for Pie and renderLabel?: ImplicitLabelType for Bar/Line/Area to configure showing labels on these elements.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
I would like to show labels on components of the charts such as the bar, line, pie and area.
What does the proposed API look like?
Pass a new prop called
renderLabel?: PieLabel
for Pie andrenderLabel?: ImplicitLabelType
for Bar/Line/Area to configure showing labels on these elements.The text was updated successfully, but these errors were encountered: