Hi, Im new with Grafana and I seem to have an issue embeding panel in web site (it is probably something simple).
Im using Grafana v5.1.3 (commit: 087143285).
Did follow all the steps (in most possible places I could find). I have created organization [sig] and edited .ini file, so that on server admin:
auth.anonymous | |
---|---|
enabled | true |
org_name | sig |
org_role | Viewer |
Now here is the generated Iframe from sharing panel:
iframe src=“http://40.113.128.56:3000/d-solo/oe5uCv4ik/temp1?refresh=5m&orgId=1&panelId=2” width=“450” height=“200” frameborder=“0”></iframe (did remove <> because it doesn’t show up)
When I try to embed it in web page it shows blank (empty), at some point it loads, but nothing happens. As far as I have tested, the whole dashboard is viewable by anyone. If you go to
http://40.113.128.56:3000/d-solo/oe5uCv4ik/temp1?orgId=1&panelId=2&refresh=5m panel loads up.
What am I doing wrong? Thanks in advance.