Skip to content

Commit 0e03c93

Browse files
authored
Merge pull request #6826 from geopozo/pikul-metadata-test-dashboard
Add meta charset utf-8 to head to appease d3.js in test dashboard
2 parents 8bf6d89 + 1487f52 commit 0e03c93

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

devtools/test_dashboard/index-mathjax3.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<title>Plotly.js Devtools - MathJax v3 loaded with svg output</title>
5+
<meta charset="utf-8">
56
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Droid+Sans|PT+Sans+Narrow|Gravitas+One|Droid+Sans+Mono|Droid+Serif|Raleway|Old+Standard+TT"/>
67
<link rel="stylesheet" type="text/css" href="./style.css">
78
</head>

devtools/test_dashboard/index-mathjax3chtml.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<title>Plotly.js Devtools - MathJax v3 loaded with chtml output</title>
5+
<meta charset="utf-8">
56
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Droid+Sans|PT+Sans+Narrow|Gravitas+One|Droid+Sans+Mono|Droid+Serif|Raleway|Old+Standard+TT"/>
67
<link rel="stylesheet" type="text/css" href="./style.css">
78
</head>

devtools/test_dashboard/index-strict.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Security-Policy" content="script-src 'self'; worker-src blob:; ">
55
<title>Plotly.js "strict" Devtools</title>
6-
6+
<meta charset="utf-8">
77
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Droid+Sans|PT+Sans+Narrow|Gravitas+One|Droid+Sans+Mono|Droid+Serif|Raleway|Old+Standard+TT"/>
88
<link rel="stylesheet" type="text/css" href="./style.css">
99
</head>

devtools/test_dashboard/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<title>Plotly.js Devtools</title>
5+
<meta charset="utf-8">
56
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Droid+Sans|PT+Sans+Narrow|Gravitas+One|Droid+Sans+Mono|Droid+Serif|Raleway|Old+Standard+TT"/>
67
<link rel="stylesheet" type="text/css" href="./style.css">
78
</head>

draftlogs/6826_fix.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Add charset meta to `<head>`s in test dashboard: helps D3.js [[#6826](https://github.com/plotly/plotly.js/pull/6826)]

0 commit comments

Comments
 (0)