You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment I believe there is only the possibility of displaying Plotly with embedded code inside the dataviewjs. Plotly allows to save a serialized version of their plot (JSON format, with .plotly) extension and was wondering if we could make it possible to load such file for display. This would simply a lot the notes I believe
That is correct - as of now, charts can only be created via plotly and dataviewjs code blocks.
With dataviewjs block, it is already posible to load and draw plots from any file (but I haven't tested your code yet).
I support your idea to simplify this process and I see two approaches to that:
by providing additional block processor (plotly-file or something)
by providing user a single function for loading and rendering file
Also, as a sidenote, I think users should have a way to define their own custom functions that they would reuse across their plotly charts. Maybe in settings menu.
Hi,
At the moment I believe there is only the possibility of displaying Plotly with embedded code inside the dataviewjs. Plotly allows to save a serialized version of their plot (JSON format, with .plotly) extension and was wondering if we could make it possible to load such file for display. This would simply a lot the notes I believe
something like should work I believe
The text was updated successfully, but these errors were encountered: