Hello everyone.
I would like to ask if there is any way to externally share(via a iframe) a dashboard that contains variables.
For example a template shared externally cannot use ${__from:date:iso}. Only internally or if you login in grafana.
Is there any hack or something that can solve this problem ?
Thank you!
Hi, how are you embedding it? I tired now with my public dash with these params ?from=now-12h&to=now&timezone=browser&var-testvar=james even though the variable section is missing you can still parse variables… or were you trying to give the user an ability to change the variables inside the iframe? if so you can try maybe https://volkovlabs.io/plugins/business-variable/ Volkovlabs has a bunch of stuff that makes the dashboards more interactive
Thank you very much for replying!
Well i don’t send any parameters via the url.
I was trying exactly that
or were you trying to give the user an ability to change the variables inside the iframe
Thank you i will give the url a try.