We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972836e commit f6e9781Copy full SHA for f6e9781
test/image/mocks/zz-subtitle-font-styling.json
@@ -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