Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable rendering of custom HTML #7303

Open
davidhahnfb opened this issue Aug 28, 2024 · 1 comment
Open

Enable rendering of custom HTML #7303

davidhahnfb opened this issue Aug 28, 2024 · 1 comment
Labels
enhancement New feature or request user-request This is a pressing issue for one of our users

Comments

@davidhahnfb
Copy link

Is your feature request related to a problem? Please describe.

Currently, ReRun does not support rendering of custom HTML elements in its UI. There are some plotting utilities but they are not as robust and feature rich as dedicated libraries like plotly and supporting pre-existing custom visualization tools can be a large lift as it may necessitate re-write of the tool or more feature requests on the ReRun side.

Describe the solution you'd like

One way to enable plotly and custom visualization tooling is to use HTML as a common interface. Plotly for example already supports export into HTML elements. If ReRun can enable rendering of custom HTML, then any visualization library which enables output of its elements in HTML can be rendered.

Describe alternatives you've considered

One alternative which is already supported is to render visualizations into images and simply log an image to ReRun. However this severely limits interactive features for these visualization tools which is a strength of plotting libraries like plotly.

Additional context

None

@davidhahnfb davidhahnfb added enhancement New feature or request 👀 needs triage This issue needs to be triaged by the Rerun team labels Aug 28, 2024
@marsanyi
Copy link

sounds good to me!

@jleibs jleibs added user-request This is a pressing issue for one of our users and removed 👀 needs triage This issue needs to be triaged by the Rerun team labels Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request user-request This is a pressing issue for one of our users
Projects
None yet
Development

No branches or pull requests

3 participants