I have embedded few panels from Grafana into a custom website. Unfortunately, the panels are not linked with each another i.e. zooming into one panel does not change the other panel. Is there any way to link the date/time for these embedded panels?
Not there is no way to för grafana to communicate across iframes, you will have to write Javascript that looks at the iframe urls and sync them
Hi @trumee, I have the same problem as you. I came up with some js to sync the iframes but only thing I am able to do is moving to certain moments as last 5/10/15/30 minutes and things like that. The one I wanted was to shift backards but by double clicking in one graph changes doesn’t apply to the other ones. Did you manage to solve this problem?