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 you change props that are passed to the gauge, it appends a new chart instead of replacing the chart with the new one with new prop values. You end up with infinite charts on the page eventually.
The project I am working on uses a drop down menu, when you select a list item, a new chart is added. But it should replace the current gauge values with the new ones passed in.
When you change props that are passed to the gauge, it appends a new chart instead of replacing the chart with the new one with new prop values. You end up with infinite charts on the page eventually.
The project I am working on uses a drop down menu, when you select a list item, a new chart is added. But it should replace the current gauge values with the new ones passed in.
Code:
The text was updated successfully, but these errors were encountered: