Skip to content
Snippets Groups Projects

Theme update

Merged Anton Akhmerov requested to merge theme_update into master
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -116,9 +116,7 @@ window.MathJax = {
document$.subscribe(() => {
for (const div of document.getElementsByClassName("plotlyPlaceholder")) {
Plotly.d3.json(div.getAttribute("data-plotlySource"), function(error, fig) {
Plotly.plot(div.getAttribute("id"), fig.data, fig.layout).then(
function(value) {Plotly.relayout(div.getAttribute("id"), {height: ' '})}
)
Plotly.plot(div.getAttribute("id"), fig.data, fig.layout)
}
);
};
Loading