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 Dec 10, 2021. It is now read-only.
Describe the bug
We have a bar chart, and if we click the breakdowns quickly, the value of the dist bar will render multiple times
To Reproduce
Steps to reproduce the behavior:
quickly click breakdowns for many times
Expected behavior
Only render the last result
Screenshots
Additional context
I think the problem is here in legacy-preset-chart-nvd3/lib/utils.js where bar-chart-label-group removed and added, but if user click more than once during ANIMATION_TIME, there will be more values rendered.
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.99. Please mark this comment with 👍 or 👎 to give our bot feedback!
Describe the bug
We have a bar chart, and if we click the breakdowns quickly, the value of the dist bar will render multiple times
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Only render the last result
Screenshots
Additional context
I think the problem is here in legacy-preset-chart-nvd3/lib/utils.js where bar-chart-label-group removed and added, but if user click more than once during ANIMATION_TIME, there will be more values rendered.
The text was updated successfully, but these errors were encountered: