react-chartjs icon indicating copy to clipboard operation
react-chartjs copied to clipboard

xy轴对应的数据与图表内显示的不一致

Open feengqi opened this issue 8 years ago • 1 comments

我使用react-chartjs的时候,发现xy轴对应的数据与图表内显示的不一致, bug-b bug-a 将core.js 147行 chart.addData(values, nextProps.data.labels[setIndex]); 修改为 chart.addData(values, nextProps.data.labels[pointIndex]); 即可

feengqi avatar Dec 31 '16 10:12 feengqi

I am a translator 我使用react-chartjs的时候,发现xy轴对应的数据与图表内显示的不一致, When I use react-chartjs, I found out the data and the graph are different.

JonathanSum avatar Jan 17 '18 18:01 JonathanSum