Skip to content

Commit f6e9781

Browse files
committed
add mock testing font options with subtitle
1 parent 972836e commit f6e9781

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"data": [
3+
{
4+
"x": [1, 2, 3, 4],
5+
"y": [10, 12, 11, 13],
6+
"type": "scatter"
7+
}
8+
],
9+
"layout": {
10+
"title": {
11+
"text": "Main title<br>2nd line",
12+
"subtitle": {
13+
"font": {
14+
"weight": "bold",
15+
"style": "italic",
16+
"variant": "small-caps",
17+
"textcase": "word caps",
18+
"lineposition": "under",
19+
"shadow": "2px 2px 4px yellow"
20+
},
21+
"text": "subtitle<br>2nd line"
22+
}
23+
}
24+
}
25+
}

0 commit comments

Comments
 (0)