[ ] Check this if you would like to implement a PR, we are more than happy to help you go through the process.
Current and expected behavior
I am using React Chart.js V2 and I am trying to update my chart when the state changes. However it is only rendering the y-labels on the left side and is not drawing the lines. The dataset and label syntax is completely fine (see the image). If i take the console logged result and take it as the initial chart js state value it works fine, but still doesn't update on state change.
Would you like to work on a fix?
Current and expected behavior
I am using React Chart.js V2 and I am trying to update my chart when the state changes. However it is only rendering the y-labels on the left side and is not drawing the lines. The dataset and label syntax is completely fine (see the image). If i take the console logged result and take it as the initial chart js state value it works fine, but still doesn't update on state change.
This is my code:
Reproduction
/
chart.js version
v4.4.3
react-chartjs-2 version
5.2.0
Possible solution
No response