ricardodorosario / react-horizontal-stacked-bar-chart

React horizontal stacked bar responsive chart component
MIT License
19 stars 10 forks source link

Added onClick event #7

Closed ricardodorosario closed 4 years ago

ricardodorosario commented 4 years ago

onClick event added. Now you can get the values when you click on a bar. The values are on the evt.bar object.

It solves the issue #4 .