PyQt5.QtChart - How to start QChart animation?
-
I'm creating some charts using
PyQt5.QtChartand i want to start the animation at a certain time, the only way i found to start the animation was to enlarge the window a little and resize it back to the original size, but i think that's not the proper way.
Also i couldn't find anything on the documentation.