We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1482077 commit acf5d7bCopy full SHA for acf5d7b
test/image/mocks/mathjax.json
@@ -4,18 +4,18 @@
4
"y": [0, 1.414],
5
"text": ["Hx+yH", "H\\sqrt{2}H"],
6
"mode": "text+markers",
7
- "name": "HE^2=m^2c^4+p^2c^2H"
+ "name": "$E^2=m^2c^4+p^2c^2$"
8
}, {
9
"x": [0, 1],
10
"y": [1.4, 0.1],
11
"text": ["H1.400 \\pm 0.023H", "H0.100 \\pm 0.002H"],
12
"textposition": "auto",
13
"type": "bar",
14
- "name": "Hx=\\frac{-b \\pm \\sqrt{b^2-4ac}}{2a}H"
+ "name": "$x=\\frac{-b \\pm \\sqrt{b^2-4ac}}{2a}$"
15
16
"type": "pie",
17
"values": [1, 9],
18
- "labels": ["H\\frac{1}{10}=10\\%H", "H\\frac{9}{10}=90\\%H"],
+ "labels": ["$\\frac{1}{10}=10\\%$", "$\\frac{9}{10}=90\\%$"],
19
"textinfo": "label",
20
"domain": {"x": [0.3, 0.75], "y": [0.55, 1]}
21
0 commit comments