react-bar-chart
react-bar-chart copied to clipboard
A bar chart component made with React.js and D3.js
Results
1
react-bar-chart issues
Sort by
recently updated
recently updated
newest added
``` const barData = [ {text: 'Man', value: 500}, {text: 'Woman', value: 300} ]; ``` I want to make the color of the bar-chart for `Man` and `Woman` different, but...