I have two plotly express plots (one animated choropleth map and one animated barplot, see https://covid19mtl.ca/en) for which I’d like to display the last frame (the latest date) as the default/starting value.
So far, I’ve been able to change the default slider value, but this does not update the default frame in the plot (which remains the first frame). Is there a way I can force the plot to update after setting the slider value?
Example code in this notebook: https://colab.research.google.com/drive/1Qih2IjZLhwaxkAauyBnHQu96sCWner87
Thanks!