webcoder
webcoder

Reputation: 1517

How to custom style data label in Recharts?

I am using React + Recharts to create a stacked bar chart, is it possible to make data label look like the below image?

enter image description here

here is the complete demo

any help pleas?

Upvotes: 0

Views: 2412

Answers (1)

Viet
Viet

Reputation: 12777

You can just add another rect, working sample: https://codesandbox.io/s/rechartsstackedverticalbarchart-test-forked-433bb?file=/src/App.js:554-631

Upvotes: 2

Related Questions