tremor
tremor copied to clipboard
[Feature]: Allow displaying data labels on bar, line, pie and area through props
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 and renderLabel?: ImplicitLabelType
for Bar/Line/Area to configure showing labels on these elements.