typedb / typedb-studio

TypeDB Studio (IDE)
https://typedb.com
Mozilla Public License 2.0
191 stars 44 forks source link

Interactivity of KG from external sources such as an html file for scharing data #776

Open chiyuri opened 1 year ago

chiyuri commented 1 year ago

Problem to Solve

{Unable to add KG to a presentation with interactivity}

Current Workaround

{ I currently have to walk with a PC with TypeDB studio installed to display the charts created. }

Proposed Solution

{Have an option to get an HTML file created from the studio so I can share the data through a browser that allows for chart interactivity. }

alexjpwalker commented 1 year ago

Thanks for submitting a feature request @chiyuri !

A feature that's been in the project plan for a while is to save and load the state of the graph visualiser. This would allow you to run a query, render a graph, save the rendered graph state as a file, and then reload that file to reopen the graph visualisation with all the elements in the place they were.

Would this be suitable for your needs?