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
in the SVG's <defs> would work, but no. <img> with SVG src values don't import fonts, so Plotly.toImage fails to render the fonts correctly. See this article for more details.
Unfortunately, we'll have to install them on the system, like we currently do here.
I thought that adding something like:
in the SVG's
<defs>would work, but no.<img>with SVGsrcvalues don't import fonts, soPlotly.toImagefails to render the fonts correctly. See this article for more details.cc #1