Help with Video Glitching in Bar Chart Race Python Code

Question:
What can I do to better view or understand the data as it progresses when I set fixed_max=False, especially with the glitching issue? Any suggestions would be greatly appreciated!
I’m working with a bar chart race video using the bar_chart_race package in Python. I’ve noticed an issue when I set fixed_max=True versus fixed_max=False. When it’s set to True, the video looks great, but when I switch it to False, the video glitches, especially when the x-axis loads new data (like 1000, 2000, 5000, or 10000).

Here’s the relevant code:

Data Input(raw_data.csv):

Output Videos:

With fixed_max:

Without fixed_max:

I think this is probably a better question to ask on the official github repo for bar-chart-race GitHub - dexplo/bar_chart_race: Create animated bar chart races in Python with matplotlib