You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Has anyone run into this issue I'm running into now? I would scroll down and then back up and when it stops scrolling the my horizontal bar chart flashes once. And it keeps doing it everything I change direction in scrolling. I'd like to know if there's any solution to this.
Alvin Galit
unread,
Jun 9, 2022, 11:48:23 AM6/9/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
I figured out what was causing the chart to flicker or flash when scrolling changes direction. I had a "resize" event listener that redraws the chart for the reason of dynamically making my chart responsive when resizing the window. After I removed that, it didn't flicker anymore.