-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
I need MathJax to describe variables in a 3d plot, but it's not rendering properly anywhere besides the legend labels. I think the issue is similar to #608 and maybe also #559, but there doesn't seems to be a solution to either of these.
I'm using MathJax version 2, because trying to load MathJax version 3 (following instructions from the readme) causes Plotly script to fail - seems similar to #4563.
Here is an example of the 3D surface plot with sliders where I would like to include Latex, but as you can see MathJax is only rendering it in the legend. Is there any plan for fixing this bug?
If not, could you please point out why text from the Legend is passed through MathJax, but not text from the sliders? I'm not a javascript developer, but I could try to take a look into solving the issue if the lack of support is just a workload bandwidth problem ...
Thanks!