You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/plot-schema.json
+98Lines changed: 98 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13273,6 +13273,104 @@
13273
13273
}
13274
13274
},
13275
13275
"role": "object",
13276
+
"subtitle": {
13277
+
"editType": "layoutstyle",
13278
+
"font": {
13279
+
"color": {
13280
+
"editType": "layoutstyle",
13281
+
"valType": "color"
13282
+
},
13283
+
"description": "Sets the subtitle font.",
13284
+
"editType": "layoutstyle",
13285
+
"family": {
13286
+
"description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.",
13287
+
"editType": "layoutstyle",
13288
+
"noBlank": true,
13289
+
"strict": true,
13290
+
"valType": "string"
13291
+
},
13292
+
"lineposition": {
13293
+
"description": "Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.",
13294
+
"dflt": "none",
13295
+
"editType": "layoutstyle",
13296
+
"extras": [
13297
+
"none"
13298
+
],
13299
+
"flags": [
13300
+
"under",
13301
+
"over",
13302
+
"through"
13303
+
],
13304
+
"valType": "flaglist"
13305
+
},
13306
+
"role": "object",
13307
+
"shadow": {
13308
+
"description": "Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.",
13309
+
"dflt": "none",
13310
+
"editType": "layoutstyle",
13311
+
"valType": "string"
13312
+
},
13313
+
"size": {
13314
+
"editType": "layoutstyle",
13315
+
"min": 1,
13316
+
"valType": "number"
13317
+
},
13318
+
"style": {
13319
+
"description": "Sets whether a font should be styled with a normal or italic face from its family.",
13320
+
"dflt": "normal",
13321
+
"editType": "layoutstyle",
13322
+
"valType": "enumerated",
13323
+
"values": [
13324
+
"normal",
13325
+
"italic"
13326
+
]
13327
+
},
13328
+
"textcase": {
13329
+
"description": "Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.",
13330
+
"dflt": "normal",
13331
+
"editType": "layoutstyle",
13332
+
"valType": "enumerated",
13333
+
"values": [
13334
+
"normal",
13335
+
"word caps",
13336
+
"upper",
13337
+
"lower"
13338
+
]
13339
+
},
13340
+
"variant": {
13341
+
"description": "Sets the variant of the font.",
13342
+
"dflt": "normal",
13343
+
"editType": "layoutstyle",
13344
+
"valType": "enumerated",
13345
+
"values": [
13346
+
"normal",
13347
+
"small-caps",
13348
+
"all-small-caps",
13349
+
"all-petite-caps",
13350
+
"petite-caps",
13351
+
"unicase"
13352
+
]
13353
+
},
13354
+
"weight": {
13355
+
"description": "Sets the weight (or boldness) of the font.",
13356
+
"dflt": "normal",
13357
+
"editType": "layoutstyle",
13358
+
"extras": [
13359
+
"normal",
13360
+
"bold"
13361
+
],
13362
+
"max": 1000,
13363
+
"min": 1,
13364
+
"valType": "integer"
13365
+
}
13366
+
},
13367
+
"role": "object",
13368
+
"text": {
13369
+
"description": "Sets the plot's subtitle.",
13370
+
"editType": "layoutstyle",
13371
+
"valType": "string"
13372
+
}
13373
+
},
13276
13374
"text": {
13277
13375
"description": "Sets the plot's title. Note that before the existence of `title.text`, the title's contents used to be defined as the `title` attribute itself. This behavior has been deprecated.",
0 commit comments