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: dist/plot-schema.json
+98
Original file line number
Diff line number
Diff line change
@@ -365,6 +365,11 @@
365
365
"noBlank": true,
366
366
"valType": "string"
367
367
},
368
+
"typesetMath": {
369
+
"description": "Determines whether math should be typeset or not, when MathJax (either v2 or v3) is present on the page.",
370
+
"dflt": true,
371
+
"valType": "boolean"
372
+
},
368
373
"watermark": {
369
374
"description": "watermark the images with the company's logo",
370
375
"dflt": false,
@@ -42269,6 +42274,99 @@
42269
42274
"editType": "style",
42270
42275
"valType": "color"
42271
42276
},
42277
+
"fillpattern": {
42278
+
"bgcolor": {
42279
+
"arrayOk": true,
42280
+
"description": "When there is no colorscale sets the color of background pattern fill. Defaults to a `marker.color` background when `fillmode` is *overlay*. Otherwise, defaults to a transparent background.",
42281
+
"editType": "style",
42282
+
"valType": "color"
42283
+
},
42284
+
"bgcolorsrc": {
42285
+
"description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.",
42286
+
"editType": "none",
42287
+
"valType": "string"
42288
+
},
42289
+
"description": "Sets the pattern within the marker.",
42290
+
"editType": "style",
42291
+
"fgcolor": {
42292
+
"arrayOk": true,
42293
+
"description": "When there is no colorscale sets the color of foreground pattern fill. Defaults to a `marker.color` background when `fillmode` is *replace*. Otherwise, defaults to dark grey or white to increase contrast with the `bgcolor`.",
42294
+
"editType": "style",
42295
+
"valType": "color"
42296
+
},
42297
+
"fgcolorsrc": {
42298
+
"description": "Sets the source reference on Chart Studio Cloud for `fgcolor`.",
42299
+
"editType": "none",
42300
+
"valType": "string"
42301
+
},
42302
+
"fgopacity": {
42303
+
"description": "Sets the opacity of the foreground pattern fill. Defaults to a 0.5 when `fillmode` is *overlay*. Otherwise, defaults to 1.",
42304
+
"editType": "style",
42305
+
"max": 1,
42306
+
"min": 0,
42307
+
"valType": "number"
42308
+
},
42309
+
"fillmode": {
42310
+
"description": "Determines whether `marker.color` should be used as a default to `bgcolor` or a `fgcolor`.",
42311
+
"dflt": "replace",
42312
+
"editType": "style",
42313
+
"valType": "enumerated",
42314
+
"values": [
42315
+
"replace",
42316
+
"overlay"
42317
+
]
42318
+
},
42319
+
"role": "object",
42320
+
"shape": {
42321
+
"arrayOk": true,
42322
+
"description": "Sets the shape of the pattern fill. By default, no pattern is used for filling the area.",
42323
+
"dflt": "",
42324
+
"editType": "style",
42325
+
"valType": "enumerated",
42326
+
"values": [
42327
+
"",
42328
+
"/",
42329
+
"\\",
42330
+
"x",
42331
+
"-",
42332
+
"|",
42333
+
"+",
42334
+
"."
42335
+
]
42336
+
},
42337
+
"shapesrc": {
42338
+
"description": "Sets the source reference on Chart Studio Cloud for `shape`.",
42339
+
"editType": "none",
42340
+
"valType": "string"
42341
+
},
42342
+
"size": {
42343
+
"arrayOk": true,
42344
+
"description": "Sets the size of unit squares of the pattern fill in pixels, which corresponds to the interval of repetition of the pattern.",
42345
+
"dflt": 8,
42346
+
"editType": "style",
42347
+
"min": 0,
42348
+
"valType": "number"
42349
+
},
42350
+
"sizesrc": {
42351
+
"description": "Sets the source reference on Chart Studio Cloud for `size`.",
42352
+
"editType": "none",
42353
+
"valType": "string"
42354
+
},
42355
+
"solidity": {
42356
+
"arrayOk": true,
42357
+
"description": "Sets the solidity of the pattern fill. Solidity is roughly the fraction of the area filled by the pattern. Solidity of 0 shows only the background color without pattern and solidty of 1 shows only the foreground color without pattern.",
42358
+
"dflt": 0.3,
42359
+
"editType": "style",
42360
+
"max": 1,
42361
+
"min": 0,
42362
+
"valType": "number"
42363
+
},
42364
+
"soliditysrc": {
42365
+
"description": "Sets the source reference on Chart Studio Cloud for `solidity`.",
42366
+
"editType": "none",
42367
+
"valType": "string"
42368
+
}
42369
+
},
42272
42370
"groupnorm": {
42273
42371
"description": "Only relevant when `stackgroup` is used, and only the first `groupnorm` found in the `stackgroup` will be used - including if `visible` is *legendonly* but not if it is `false`. Sets the normalization for the sum of this `stackgroup`. With *fraction*, the value of each trace at each location is divided by the sum of all trace values at that location. *percent* is the same but multiplied by 100 to show percentages. If there are multiple subplots, or multiple `stackgroup`s on one subplot, each will be normalized within its own set.",
0 commit comments