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
+93
Original file line number
Diff line number
Diff line change
@@ -67493,6 +67493,99 @@
67493
67493
"valType": "string"
67494
67494
}
67495
67495
},
67496
+
"pattern": {
67497
+
"bgcolor": {
67498
+
"arrayOk": true,
67499
+
"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.",
67500
+
"editType": "style",
67501
+
"valType": "color"
67502
+
},
67503
+
"bgcolorsrc": {
67504
+
"description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.",
67505
+
"editType": "none",
67506
+
"valType": "string"
67507
+
},
67508
+
"description": "Sets the pattern within the marker.",
67509
+
"editType": "style",
67510
+
"fgcolor": {
67511
+
"arrayOk": true,
67512
+
"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`.",
67513
+
"editType": "style",
67514
+
"valType": "color"
67515
+
},
67516
+
"fgcolorsrc": {
67517
+
"description": "Sets the source reference on Chart Studio Cloud for `fgcolor`.",
67518
+
"editType": "none",
67519
+
"valType": "string"
67520
+
},
67521
+
"fgopacity": {
67522
+
"description": "Sets the opacity of the foreground pattern fill. Defaults to a 0.5 when `fillmode` is *overlay*. Otherwise, defaults to 1.",
67523
+
"editType": "style",
67524
+
"max": 1,
67525
+
"min": 0,
67526
+
"valType": "number"
67527
+
},
67528
+
"fillmode": {
67529
+
"description": "Determines whether `marker.color` should be used as a default to `bgcolor` or a `fgcolor`.",
67530
+
"dflt": "replace",
67531
+
"editType": "style",
67532
+
"valType": "enumerated",
67533
+
"values": [
67534
+
"replace",
67535
+
"overlay"
67536
+
]
67537
+
},
67538
+
"role": "object",
67539
+
"shape": {
67540
+
"arrayOk": true,
67541
+
"description": "Sets the shape of the pattern fill. By default, no pattern is used for filling the area.",
67542
+
"dflt": "",
67543
+
"editType": "style",
67544
+
"valType": "enumerated",
67545
+
"values": [
67546
+
"",
67547
+
"/",
67548
+
"\\",
67549
+
"x",
67550
+
"-",
67551
+
"|",
67552
+
"+",
67553
+
"."
67554
+
]
67555
+
},
67556
+
"shapesrc": {
67557
+
"description": "Sets the source reference on Chart Studio Cloud for `shape`.",
67558
+
"editType": "none",
67559
+
"valType": "string"
67560
+
},
67561
+
"size": {
67562
+
"arrayOk": true,
67563
+
"description": "Sets the size of unit squares of the pattern fill in pixels, which corresponds to the interval of repetition of the pattern.",
67564
+
"dflt": 8,
67565
+
"editType": "style",
67566
+
"min": 0,
67567
+
"valType": "number"
67568
+
},
67569
+
"sizesrc": {
67570
+
"description": "Sets the source reference on Chart Studio Cloud for `size`.",
67571
+
"editType": "none",
67572
+
"valType": "string"
67573
+
},
67574
+
"solidity": {
67575
+
"arrayOk": true,
67576
+
"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.",
67577
+
"dflt": 0.3,
67578
+
"editType": "style",
67579
+
"max": 1,
67580
+
"min": 0,
67581
+
"valType": "number"
67582
+
},
67583
+
"soliditysrc": {
67584
+
"description": "Sets the source reference on Chart Studio Cloud for `solidity`.",
67585
+
"editType": "none",
67586
+
"valType": "string"
67587
+
}
67588
+
},
67496
67589
"reversescale": {
67497
67590
"description": "Reverses the color mapping if true. Has an effect only if colors is set to a numerical array. If true, `marker.cmin` will correspond to the last color in the array and `marker.cmax` will correspond to the first color.",
0 commit comments