We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5d79c commit 669f03fCopy full SHA for 669f03f
signac_dashboard/templates/plot_viewer/js/plot_viewer.js
@@ -1,5 +1,4 @@
1
function draw_plot(element) {
2
- console.log("plotting " + element.id);
3
data = JSON.parse(element.getAttribute("data-plotlydata"));
4
layout = JSON.parse(element.getAttribute("data-plotlylayout"));
5
0 commit comments