From 047b56aed695b6050f41401ed9c6b1dc9a45028b Mon Sep 17 00:00:00 2001
From: Emily KL <4672118+emilykl@users.noreply.github.com>
Date: Thu, 9 Jul 2026 17:30:10 -0400
Subject: [PATCH 01/11] update test dashboard, plot schema, package.json and
make_baselines script to reference mathjax v3/v4 instead of v2/v3
---
.../test_dashboard/index-mathjax3chtml.html | 7 +----
devtools/test_dashboard/index.html | 2 +-
package-lock.json | 29 +++++++++++++------
package.json | 4 +--
src/plot_api/plot_config.js | 2 +-
src/types/generated/schema.d.ts | 2 +-
test/image/make_baseline.py | 7 +++--
test/plot-schema.json | 2 +-
8 files changed, 32 insertions(+), 23 deletions(-)
diff --git a/devtools/test_dashboard/index-mathjax3chtml.html b/devtools/test_dashboard/index-mathjax3chtml.html
index 795c5688703..75561236224 100644
--- a/devtools/test_dashboard/index-mathjax3chtml.html
+++ b/devtools/test_dashboard/index-mathjax3chtml.html
@@ -49,12 +49,7 @@
options.format = svgDocument.inputJax[0].name;
return svgDocument.convert(math, options);
};
- /*
- MathJax.tex2svgPromise = (math, options = {}) => {
- options.format = svgDocument.inputJax[0].name;
- return mathjax.handleRetriesFor(() => svgDocument.convert(math, options));
- };
- */
+
MathJax.svgStylesheet = () => svgOutput.styleSheet(svgDocument);
}
}
diff --git a/devtools/test_dashboard/index.html b/devtools/test_dashboard/index.html
index de0841cc650..521077098c0 100644
--- a/devtools/test_dashboard/index.html
+++ b/devtools/test_dashboard/index.html
@@ -27,7 +27,7 @@
-
+