Custom label for React Recharts not working with Bar chart.
<Bar dataKey="pv" fill="#8884d8" label={<CustomLabel/>} />
Expected to see the 'Label' text over of all bars.
Update
For example, if I have a chart in which multiple lines are there and each line is having some label but at the time of render some of the values are above another. How to overcome with this issue?