Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 22e88c1

Browse filesBrowse files
committed
update plot-schema diff
1 parent 143f8f1 commit 22e88c1
Copy full SHA for 22e88c1

File tree

Expand file treeCollapse file tree

1 file changed

+93
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+93
-0
lines changed

‎test/plot-schema.json

Copy file name to clipboardExpand all lines: test/plot-schema.json
+93Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42073,6 +42073,99 @@
4207342073
"editType": "style",
4207442074
"valType": "color"
4207542075
},
42076+
"fillpattern": {
42077+
"bgcolor": {
42078+
"arrayOk": true,
42079+
"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.",
42080+
"editType": "style",
42081+
"valType": "color"
42082+
},
42083+
"bgcolorsrc": {
42084+
"description": "Sets the source reference on Chart Studio Cloud for `bgcolor`.",
42085+
"editType": "none",
42086+
"valType": "string"
42087+
},
42088+
"description": "Sets the pattern within the marker.",
42089+
"editType": "style",
42090+
"fgcolor": {
42091+
"arrayOk": true,
42092+
"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`.",
42093+
"editType": "style",
42094+
"valType": "color"
42095+
},
42096+
"fgcolorsrc": {
42097+
"description": "Sets the source reference on Chart Studio Cloud for `fgcolor`.",
42098+
"editType": "none",
42099+
"valType": "string"
42100+
},
42101+
"fgopacity": {
42102+
"description": "Sets the opacity of the foreground pattern fill. Defaults to a 0.5 when `fillmode` is *overlay*. Otherwise, defaults to 1.",
42103+
"editType": "style",
42104+
"max": 1,
42105+
"min": 0,
42106+
"valType": "number"
42107+
},
42108+
"fillmode": {
42109+
"description": "Determines whether `marker.color` should be used as a default to `bgcolor` or a `fgcolor`.",
42110+
"dflt": "replace",
42111+
"editType": "style",
42112+
"valType": "enumerated",
42113+
"values": [
42114+
"replace",
42115+
"overlay"
42116+
]
42117+
},
42118+
"role": "object",
42119+
"shape": {
42120+
"arrayOk": true,
42121+
"description": "Sets the shape of the pattern fill. By default, no pattern is used for filling the area.",
42122+
"dflt": "",
42123+
"editType": "style",
42124+
"valType": "enumerated",
42125+
"values": [
42126+
"",
42127+
"/",
42128+
"\\",
42129+
"x",
42130+
"-",
42131+
"|",
42132+
"+",
42133+
"."
42134+
]
42135+
},
42136+
"shapesrc": {
42137+
"description": "Sets the source reference on Chart Studio Cloud for `shape`.",
42138+
"editType": "none",
42139+
"valType": "string"
42140+
},
42141+
"size": {
42142+
"arrayOk": true,
42143+
"description": "Sets the size of unit squares of the pattern fill in pixels, which corresponds to the interval of repetition of the pattern.",
42144+
"dflt": 8,
42145+
"editType": "style",
42146+
"min": 0,
42147+
"valType": "number"
42148+
},
42149+
"sizesrc": {
42150+
"description": "Sets the source reference on Chart Studio Cloud for `size`.",
42151+
"editType": "none",
42152+
"valType": "string"
42153+
},
42154+
"solidity": {
42155+
"arrayOk": true,
42156+
"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.",
42157+
"dflt": 0.3,
42158+
"editType": "style",
42159+
"max": 1,
42160+
"min": 0,
42161+
"valType": "number"
42162+
},
42163+
"soliditysrc": {
42164+
"description": "Sets the source reference on Chart Studio Cloud for `solidity`.",
42165+
"editType": "none",
42166+
"valType": "string"
42167+
}
42168+
},
4207642169
"groupnorm": {
4207742170
"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.",
4207842171
"dflt": "",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.