We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c70f2 commit 448452fCopy full SHA for 448452f
1 file changed
plotly/src/plot.rs
@@ -499,7 +499,7 @@ impl Plot {
499
}
500
501
502
- fn offline_js_sources() -> String {
+ pub fn offline_js_sources() -> String {
503
// tex-mml-chtml conflicts with tex-svg when generating Latex Titles
504
// let local_tex_mml_js = include_str!("../templates/tex-mml-chtml-3.2.0.js");
505
let local_tex_svg_js = include_str!("../templates/tex-svg-3.2.2.js");
0 commit comments