reactjs / react-chartjs

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

Updating labels should update tooltips #81

Open gkrinc opened 8 years ago

gkrinc commented 8 years ago

When I change the data in the it renders and shows the updated data but the tooltip labels are wrong...they're always showing the first x-axis label: http://stackoverflow.com/questions/35447775/why-are-the-chartjs-tooltip-labels-always-showing-the-first-x-axis-label

Setting redraw to true resolves the issue, but this seems like a weird approach.

MathiasLund commented 8 years ago

+1