You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just detected an compatibility problem.
If you use a chart (generated with plotly.js) and some formulas (generated with mathjax.js) on the same site, it is possible that the formulas aren't generated correctly by MathJax. I was able to solve the problem by inserting plotly.js uppermost in the header of the HTML-File. It seems, as if plotly is influencing other scripts if it is not placed at the top of the head.
Maybe you face the same problem one day...
The text was updated successfully, but these errors were encountered:
Thank you, there indeed seem to be several open issues in plotly.js regarding MathJax (for example this one plotly/plotly.js#2994), so I assume upstream is working on increasing compatibility.
If there would be a gross incompatibility in the future, please send me an example and I will investiage.
For your Information:
I just detected an compatibility problem.
If you use a chart (generated with plotly.js) and some formulas (generated with mathjax.js) on the same site, it is possible that the formulas aren't generated correctly by MathJax. I was able to solve the problem by inserting plotly.js uppermost in the header of the HTML-File. It seems, as if plotly is influencing other scripts if it is not placed at the top of the head.
Maybe you face the same problem one day...
The text was updated successfully, but these errors were encountered: