Skip to content

Commit

Permalink
remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
juanep97 committed Jan 18, 2024
1 parent ae0db5f commit 8a0e9c5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions iop4api/static/iop4api/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,16 +220,6 @@ function load_source_plot(form_element) {
});
}()

// // for json_items:
// Bokeh.embed.embed_item(plotData.plot.div_plot, "plotDiv");
// bokeh_plot_promise = Bokeh.embed.embed_item(plotData.plot, "plotDiv");
// bokeh_legend_promise = Bokeh.embed.embed_item(plotData.legend, "legendDiv");
// bokeh_table_promise = Bokeh.embed.embed_item(plotData.table, "tablePlotDiv");
// // toggle the errorbars and check the layout when it finishes
// Promise.allSettled([bokeh_plot_promise, bokeh_legend_promise, bokeh_table_promise]).then((v) => { check_plot_layout(); });
// // and add a listener to recheck the layout when the window is resized
// window.addEventListener('resize', check_plot_layout);

vueApp.$data.showPlot = true;
vueApp.addLogEntry("Plotted " + plotData.n_points + " points", "Plotted " + plotData.n_points + " points", "Plot - Info");
} else {
Expand Down

0 comments on commit 8a0e9c5

Please sign in to comment.