Use case: I would like to embed Studio in a blog post on https://foxglove.dev/blog to interactively visualize something I am talking about, such as markers in a 3D panel. To accomplish this, I am thinking about an iframe pointed to a URL of the form:
https://studio.foxglove.dev/?layout_url=...&data_source=...&panel_id=...
~~Where panel_id uniquely references one of the panels that appears in the layout loaded from layout_url (a remote JSON file). ~~
EDIT:
https://studio.foxglove.dev/?layout_url=...&data_source=...&frameless=true
I would expect this to strip away most of the UI in Studio: the sidebar, and widgets for adding/removing panels or modifying the current panels.
Use case: I would like to embed Studio in a blog post on https://foxglove.dev/blog to interactively visualize something I am talking about, such as markers in a 3D panel. To accomplish this, I am thinking about an iframe pointed to a URL of the form:
https://studio.foxglove.dev/?layout_url=...&data_source=...&panel_id=...~~Where
panel_iduniquely references one of the panels that appears in the layout loaded fromlayout_url(a remote JSON file). ~~EDIT:
https://studio.foxglove.dev/?layout_url=...&data_source=...&frameless=true
I would expect this to strip away most of the UI in Studio: the sidebar, and widgets for adding/removing panels or modifying the current panels.