Skip to content

Commit 58fd632

Browse files
committed
add mock 🔒 case that currently result in infinite loop
1 parent 631014a commit 58fd632

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
8.72 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"data": [
3+
{
4+
"type": "bar",
5+
"x": [ "Montreal", "Tofu Bowl", "Tropical Beaches" ],
6+
"y": [ 3, 1, 2 ]
7+
}
8+
],
9+
"layout": {
10+
"margin": {
11+
"l": 20,
12+
"r": 0,
13+
"b": 30,
14+
"t": 15
15+
},
16+
"xaxis": {
17+
"automargin": true
18+
},
19+
"width": 150
20+
}
21+
}

0 commit comments

Comments
 (0)