Skip to content

Commit 2a0011a

Browse files
committed
Add milti-line title
1 parent 3dcaab8 commit 2a0011a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"data": [
3+
{
4+
"showlegend": false,
5+
"type": "scatter",
6+
"x": [
7+
1,
8+
2,
9+
3
10+
],
11+
"y": [
12+
4,
13+
5,
14+
6
15+
]
16+
}],
17+
"layout": {
18+
"height": 300,
19+
"width": 400,
20+
"margin": {"t":0, "b": 0, "l": 0, "r": 0},
21+
"title": {
22+
"automargin": true,
23+
"text": "Paper<br>Multi-line",
24+
"pad": {"t": 0, "b": 0},
25+
"yref": "paper"
26+
}
27+
}
28+
}

0 commit comments

Comments
 (0)