Skip to content
Snippets Groups Projects
Commit 2e0a6079 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

fix modifying mathjax settings

parent 2698dfea
Branches
No related tags found
No related merge requests found
......@@ -10,14 +10,14 @@
<script>
window.addEventListener('load', function() {
MathJax.Hub.Queue(
["setRenderer",MathJax.Hub,"SVG"]
);
Plotly.d3.json('/{{plotly_url}}', function(error, fig) {
MathJax.Hub.Queue(
["setRenderer",MathJax.Hub,"SVG"]
);
Plotly.plot('{{div_id}}', fig.data, fig.layout);
MathJax.Hub.Queue(
["setRenderer",MathJax.Hub,"HTMLCSS-output"]
);
MathJax.Hub.Queue(
["setRenderer",MathJax.Hub,"HTMLCSS-output"]
);
});
});
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment