Energy-Visualizer / mexer

Energy Visualizer (Summer 2024)
MIT License
0 stars 0 forks source link

Plot in a Seperate Window #53

Open kenny5033 opened 2 months ago

kenny5033 commented 2 months ago

Have the rendered plot exist in a separate window, so that users could have the query stuff on one window, but the plot section in another.

kenny5033 commented 2 months ago

Plots will now show up and automatically update in a separate window.

Things to fix:

kenny5033 commented 1 month ago

The plots are still not interactive, even with the JS, so that needs to be fixed. Also, the window won't put a plot in the first time it tries. All other times are good, but it looks like a new window just overwrites the first plot after a small amount of time.

kenny5033 commented 2 weeks ago

Plots can now be opened in a separate window and the html is reliably sent over to the new window. The non-sankey plots do not show up, though. Still WIP.