tremor icon indicating copy to clipboard operation
tremor copied to clipboard

[Feature]: Allow displaying data labels on bar, line, pie and area through props

Open alexbalonperin opened this issue 9 months ago • 0 comments

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.

alexbalonperin avatar May 24 '24 15:05 alexbalonperin