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
+50-1
Original file line number
Diff line number
Diff line change
@@ -11227,6 +11227,12 @@
11227
11227
"reversed"
11228
11228
]
11229
11229
},
11230
+
"autoshift": {
11231
+
"description": "Automatically reposition the axis to avoid overlap with other axes with the same `overlaying` value. This repositioning will account for any `shift` amount applied to other axes on the same side with `autoshift` is set to true. Only has an effect if `anchor` is set to *free*.",
11232
+
"dflt": false,
11233
+
"editType": "plot",
11234
+
"valType": "boolean"
11235
+
},
11230
11236
"autotypenumbers": {
11231
11237
"description": "Using *strict* a numeric string in trace data is not converted to a number. Using *convert types* a numeric string in trace data may be treated as a number during automatic axis `type` detection. Defaults to layout.autotypenumbers.",
11232
11238
"dflt": "convert types",
@@ -11732,6 +11738,11 @@
11732
11738
"editType": "ticks",
11733
11739
"valType": "boolean"
11734
11740
},
11741
+
"shift": {
11742
+
"description": "Moves the axis a given number of pixels from where it would have been otherwise. Accepts both positive and negative values, which will shift the axis either right or left, respectively. If `autoshift` is set to true, then this defaults to a padding of -3 if `side` is set to *left*. and defaults to +3 if `side` is set to *right*. Defaults to 0 if `autoshift` is set to false. Only has an effect if `anchor` is set to *free*.",
11743
+
"editType": "plot",
11744
+
"valType": "number"
11745
+
},
11735
11746
"showdividers": {
11736
11747
"description": "Determines whether or not a dividers are drawn between the category levels of this axis. Only has an effect on *multicategory* axes.",
11737
11748
"dflt": true,
@@ -42935,6 +42946,12 @@
42935
42946
"scatter": {
42936
42947
"animatable": true,
42937
42948
"attributes": {
42949
+
"alignmentgroup": {
42950
+
"description": "Set several traces linked to the same position axis or matching axes to the same alignmentgroup. This controls whether bars compute their positional range dependently or independently.",
42951
+
"dflt": "",
42952
+
"editType": "calc",
42953
+
"valType": "string"
42954
+
},
42938
42955
"cliponaxis": {
42939
42956
"description": "Determines whether or not markers and text nodes are clipped about the subplot axes. To show markers and text nodes above axis lines and tick labels, make sure to set `xaxis.layer` and `yaxis.layer` to *below traces*.",
42940
42957
"dflt": true,
@@ -44893,6 +44910,12 @@
44893
44910
"editType": "style",
44894
44911
"valType": "string"
44895
44912
},
44913
+
"offsetgroup": {
44914
+
"description": "Set several traces linked to the same position axis or matching axes to the same offsetgroup where bars of the same position coordinate will line up.",
44915
+
"dflt": "",
44916
+
"editType": "calc",
44917
+
"valType": "string"
44918
+
},
44896
44919
"opacity": {
44897
44920
"description": "Sets the opacity of the trace.",
44898
44921
"dflt": 1,
@@ -44902,7 +44925,7 @@
44902
44925
"valType": "number"
44903
44926
},
44904
44927
"orientation": {
44905
-
"description": "Only relevant when `stackgroup` is used, and only the first `orientation` found in the `stackgroup` will be used - including if `visible` is *legendonly* but not if it is `false`. Sets the stacking direction. With *v* (*h*), the y (x) values of subsequent traces are added. Also affects the default value of `fill`.",
44928
+
"description": "Only relevant in the following cases: 1. when `scattermode` is set to *group*. 2. when `stackgroup` is used, and only the first `orientation` found in the `stackgroup` will be used - including if `visible` is *legendonly* but not if it is `false`. Sets the stacking direction. With *v* (*h*), the y (x) values of subsequent traces are added. Also affects the default value of `fill`.",
44906
44929
"editType": "calc",
44907
44930
"valType": "enumerated",
44908
44931
"values": [
@@ -45307,6 +45330,25 @@
45307
45330
"scatter-like",
45308
45331
"zoomScale"
45309
45332
],
45333
+
"layoutAttributes": {
45334
+
"scattergap": {
45335
+
"description": "Sets the gap (in plot fraction) between scatter points of adjacent location coordinates. Defaults to `bargap`.",
45336
+
"editType": "calc",
45337
+
"max": 1,
45338
+
"min": 0,
45339
+
"valType": "number"
45340
+
},
45341
+
"scattermode": {
45342
+
"description": "Determines how scatter points at the same location coordinate are displayed on the graph. With *group*, the scatter points are plotted next to one another centered around the shared location. With *overlay*, the scatter points are plotted over one another, you might need to reduce *opacity* to see multiple scatter points.",
45343
+
"dflt": "overlay",
45344
+
"editType": "calc",
45345
+
"valType": "enumerated",
45346
+
"values": [
45347
+
"group",
45348
+
"overlay"
45349
+
]
45350
+
}
45351
+
},
45310
45352
"meta": {
45311
45353
"description": "The scatter trace type encompasses line charts, scatter charts, text charts, and bubble charts. The data visualized as scatter point or lines is set in `x` and `y`. Text (appearing either on the chart or on hover only) is via `text`. Bubble charts are achieved by setting `marker.size` and/or `marker.color` to numerical arrays."
45312
45354
},
@@ -69171,6 +69213,13 @@
69171
69213
"editType": "none",
69172
69214
"valType": "string"
69173
69215
},
69216
+
"cornerradius": {
69217
+
"description": "Sets the maximum rounding of corners (in px).",
69218
+
"dflt": 0,
69219
+
"editType": "plot",
69220
+
"min": 0,
69221
+
"valType": "number"
69222
+
},
69174
69223
"depthfade": {
69175
69224
"description": "Determines if the sector colors are faded towards the background from the leaves up to the headers. This option is unavailable when a `colorscale` is present, defaults to false when `marker.colors` is set, but otherwise defaults to true. When set to *reversed*, the fading direction is inverted, that is the top elements within hierarchy are drawn with fully saturated colors while the leaves are faded towards the background color.",
0 commit comments