From 06f3b5c77a51504a0ea7400be212d650d675b75e Mon Sep 17 00:00:00 2001 From: Andrew Pikul Date: Mon, 25 Dec 2023 20:19:52 -0300 Subject: [PATCH 1/2] Add to to appease d3 Error and solution: https://stackoverflow.com/questions/29325566/unexpected-token-error-when-using-d3-js --- devtools/test_dashboard/index-mathjax3.html | 1 + devtools/test_dashboard/index-mathjax3chtml.html | 1 + devtools/test_dashboard/index-strict.html | 2 +- devtools/test_dashboard/index.html | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/devtools/test_dashboard/index-mathjax3.html b/devtools/test_dashboard/index-mathjax3.html index 1c56ae3001f..c2365f1bd12 100644 --- a/devtools/test_dashboard/index-mathjax3.html +++ b/devtools/test_dashboard/index-mathjax3.html @@ -2,6 +2,7 @@ Plotly.js Devtools - MathJax v3 loaded with svg output + diff --git a/devtools/test_dashboard/index-mathjax3chtml.html b/devtools/test_dashboard/index-mathjax3chtml.html index c2264215762..99178717a07 100644 --- a/devtools/test_dashboard/index-mathjax3chtml.html +++ b/devtools/test_dashboard/index-mathjax3chtml.html @@ -2,6 +2,7 @@ Plotly.js Devtools - MathJax v3 loaded with chtml output + diff --git a/devtools/test_dashboard/index-strict.html b/devtools/test_dashboard/index-strict.html index 5598c1c319d..59a2ca658d9 100644 --- a/devtools/test_dashboard/index-strict.html +++ b/devtools/test_dashboard/index-strict.html @@ -3,7 +3,7 @@ Plotly.js "strict" Devtools - + diff --git a/devtools/test_dashboard/index.html b/devtools/test_dashboard/index.html index 0c0c9e89760..3f5ea288003 100644 --- a/devtools/test_dashboard/index.html +++ b/devtools/test_dashboard/index.html @@ -2,6 +2,7 @@ Plotly.js Devtools + From 1487f5284bfaa25bca8737a5913f44c032c8fc9e Mon Sep 17 00:00:00 2001 From: Andrew Pikul Date: Mon, 25 Dec 2023 20:37:03 -0300 Subject: [PATCH 2/2] Add draftlog for PR #6826 --- draftlogs/6826_fix.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 draftlogs/6826_fix.md diff --git a/draftlogs/6826_fix.md b/draftlogs/6826_fix.md new file mode 100644 index 00000000000..662e9e25a46 --- /dev/null +++ b/draftlogs/6826_fix.md @@ -0,0 +1 @@ +- Add charset meta to ``s in test dashboard: helps D3.js [[#6826](https://github.com/plotly/plotly.js/pull/6826)]