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: plotly/graph_reference/default-schema.json
+6-5
Original file line number
Diff line number
Diff line change
@@ -112,11 +112,11 @@
112
112
"requiredOpts": []
113
113
},
114
114
"subplotid": {
115
-
"description": "An id string of a subplot type (given by dflt), optionally followed by an integer >1. e.g. if dflt='geo', we can have 'geo', 'geo2', 'geo3', ...",
116
-
"otherOpts": [
115
+
"description": "An id string of a subplot type (given by dflt), optionally followed by an integer >1. e.g. if dflt='geo', we can have 'geo', 'geo2', 'geo3', ...",
116
+
"otherOpts": [],
117
+
"requiredOpts": [
117
118
"dflt"
118
-
],
119
-
"requiredOpts": []
119
+
]
120
120
}
121
121
}
122
122
},
@@ -18262,5 +18262,6 @@
18262
18262
},
18263
18263
"description": "The data the describes the coordinates of the surface is set in `z`. Data in `z` should be a {2D array}. Coordinates in `x` and `y` can either be 1D {arrays} or {2D arrays} (e.g. to graph parametric surfaces). If not provided in `x` and `y`, the x and y coordinates are assumed to be linear starting at 0 with a unit step. The color scale corresponds to the `z` values by default. For custom color scales, use `surfacecolor` which should be a {2D array}, where its bounds can be controlled using `cmin` and `cmax`."
0 commit comments