Prevent full iframe reloading when variable changed for Grafana URL

Hi,
I am trying to write simple Vue js application in order to see grafana dashboard in a web page.Iframe is used to show grafana dashboard , and some variables are passed to iframe src dynamically. Bu every time variables are updated with new values src is updated and iframe is reloaded . Is there anyway to show grafana updated dashboard without reload iframe ?

Dynamic link is like this ,

link = ‘http://grafana.staged-by-discourse.com/d/gwJXiFMMz/testdash2-copy?orgId=1&from=1593708635529&to=1593719435529&var-variable1=’+this.var1+’&var-variable2=’+this.var2+’&theme=light&kiosk

Regards

1 Like

Hi! Could you resolve this? Thanks!