Hello,
I’m importing Grafana panels through iframes in my web application.
If I open the Grafana GUI I can choose between different visualizations:
Is there a way (iframe URL?) to change the type of visualization when requesting the iframe? I don’t want to create a new panel in Grafana to use the new visualization.
I was also thinking about creating a new dashboard for each user (using the HTTP API) but I’m not sure this is the typical use case for Grafana.
Thanks