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
Since the "progress bar" is actually a chart.js pie chart, chart.js isn't necessarily built for our use case. When we update the class percentages every second, it has to redraw the canvas and resets the position of the hover labels. Since the label's position is animated, it keeps sliding from the origin (top-left corner) to it's actual position.
It's possible this could be fixed be removing the transition timing function/duration for the label position.
The text was updated successfully, but these errors were encountered:
Video Demonstration
Since the "progress bar" is actually a chart.js pie chart, chart.js isn't necessarily built for our use case. When we update the class percentages every second, it has to redraw the canvas and resets the position of the hover labels. Since the label's position is animated, it keeps sliding from the origin (top-left corner) to it's actual position.
It's possible this could be fixed be removing the transition timing function/duration for the label position.
The text was updated successfully, but these errors were encountered: