You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
我使用react-chartjs的时候,发现xy轴对应的数据与图表内显示的不一致,
将core.js
147行
chart.addData(values, nextProps.data.labels[setIndex]);
修改为
chart.addData(values, nextProps.data.labels[pointIndex]);
即可
The text was updated successfully, but these errors were encountered: