You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since Grafana 8 introduced React, grafanimate is having a hard time to properly synchronize with the frontend in order to capture frames efficiently. More information can be found at 1.
@intermittentnrg apparently found a solution for newer versions of Grafana, and submitted GH-19, reflecting that. Thanks a stack!
The code just invokes grafanaRuntime.getPanelData() and checks the result items for state=='Done', without further ado. It could have been so easy! ;]
It is still a synthesized event handling, but much better than waiting for unknown amounts of time through the currently implemented exposure-time option.
Hi there,
since Grafana 8 introduced React,
grafanimate
is having a hard time to properly synchronize with the frontend in order to capture frames efficiently. More information can be found at 1.With kind regards,
Andreas.
Footnotes
https://community.grafana.com/t/how-to-add-event-handler-in-grafana-8-react-panel-plugins/58668/4. ↩
The text was updated successfully, but these errors were encountered: