Hi,
I am creating an animated matplotlib line chart and displaying it on the app using the following lines:
animation = FuncAnimation(fig, animate, frames=8, interval=1000)
components.html(animation.to_jshtml(), height=400 )
Although it works, it is not responsive for screen of different sizes. Could you please help?