Skip to content

Commit 3254a20

Browse files
committed
add image test
1 parent 7d18677 commit 3254a20

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"data": [
3+
{
4+
"x": [0, 1, 2, 3, 4, 5, 6, 7, 8],
5+
"y": [0, 3, 6, 4, 5, 2, 3, 5, 4],
6+
"type": "scatter",
7+
"name": "title"
8+
},
9+
{
10+
"x": [0, 1, 2, 3, 4, 5, 6, 7, 8],
11+
"y": [0, 4, 7, 8, 3, 6, 3, 3, 4],
12+
"type": "scatter",
13+
"name": "this is a really long legend title"
14+
},
15+
{
16+
"x": [0, 1, 2, 3, 4, 5, 6, 7, 8],
17+
"y": [2, 6, 5, 9, 2, 4, 6, 3, 7],
18+
"type": "scatter",
19+
"name": "this is a title"
20+
}
21+
],
22+
"layout": {
23+
"title": "Average Distribution per Month",
24+
"legend": { "orientation": "h" }
25+
}
26+
}

0 commit comments

Comments
 (0)