reactjs / react-chartjs

common react charting components using chart.js
MIT License
2.93k stars 301 forks source link

Bar charts not displaying negative values correctly #96

Open mitchmalone opened 8 years ago

mitchmalone commented 8 years ago

Negative values don't display correctly in bar charts.

bar-chart-broken-negative

leighghunt commented 8 years ago

Likely underlying cause: https://github.com/nnnick/Chart.js/issues/9 and I guess dependent on https://github.com/jhudson8/react-chartjs/issues/84?

austinpray commented 8 years ago

See if the issue is fixed with https://github.com/jhudson8/react-chartjs/tree/chartjs-v2