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
When updating the data via a prop the chart is not being re-rendered. console.log verifies that this.level and this.chartData.data[0] are getting new values, but the chart is still the same.
When updating the data via a prop the chart is not being re-rendered. console.log verifies that
this.level
andthis.chartData.data[0]
are getting new values, but the chart is still the same.Some example code would look like this:
The text was updated successfully, but these errors were encountered: