Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

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

Open
feengqi opened this issue Dec 31, 2016 · 1 comment
Open

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

feengqi opened this issue Dec 31, 2016 · 1 comment

Comments

@feengqi
Copy link

feengqi commented Dec 31, 2016

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

@JonathanSum
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants