Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9425f55

Browse files
committed
updated default_schema
1 parent a3a267a commit 9425f55

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

plotly/graph_reference/default-schema.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@
112112
"requiredOpts": []
113113
},
114114
"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": [
117118
"dflt"
118-
],
119-
"requiredOpts": []
119+
]
120120
}
121121
}
122122
},
@@ -18262,5 +18262,6 @@
1826218262
},
1826318263
"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`."
1826418264
}
18265-
}
18265+
},
18266+
"transforms": {}
1826618267
}

0 commit comments

Comments
 (0)