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/package_data/default-schema.json
+14-10Lines changed: 14 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -9136,7 +9136,7 @@
9136
9136
]
9137
9137
},
9138
9138
"end": {
9139
-
"description": "Sets the end contour level value.",
9139
+
"description": "Sets the end contour level value. Must be more than `contours.start`",
9140
9140
"dflt": null,
9141
9141
"role": "style",
9142
9142
"valType": "number"
@@ -9149,13 +9149,14 @@
9149
9149
"valType": "boolean"
9150
9150
},
9151
9151
"size": {
9152
-
"description": "Sets the step between each contour level.",
9152
+
"description": "Sets the step between each contour level. Must be positive.",
9153
9153
"dflt": null,
9154
+
"min": 0,
9154
9155
"role": "style",
9155
9156
"valType": "number"
9156
9157
},
9157
9158
"start": {
9158
-
"description": "Sets the starting contour level value.",
9159
+
"description": "Sets the starting contour level value. Must be less than `contours.end`",
9159
9160
"dflt": null,
9160
9161
"role": "style",
9161
9162
"valType": "number"
@@ -9240,8 +9241,9 @@
9240
9241
"valType": "string"
9241
9242
},
9242
9243
"ncontours": {
9243
-
"description": "Sets the maximum number of contour levels. The actual number of contours will be chosen automatically to be less than or equal to the value of `ncontours`. Has an effect only if `autocontour` is *true*.",
9244
-
"dflt": 0,
9244
+
"description": "Sets the maximum number of contour levels. The actual number of contours will be chosen automatically to be less than or equal to the value of `ncontours`. Has an effect only if `autocontour` is *true* or if `contours.size` is missing.",
9245
+
"dflt": 15,
9246
+
"min": 1,
9245
9247
"role": "style",
9246
9248
"valType": "integer"
9247
9249
},
@@ -12754,7 +12756,7 @@
12754
12756
]
12755
12757
},
12756
12758
"end": {
12757
-
"description": "Sets the end contour level value.",
12759
+
"description": "Sets the end contour level value. Must be more than `contours.start`",
12758
12760
"dflt": null,
12759
12761
"role": "style",
12760
12762
"valType": "number"
@@ -12767,13 +12769,14 @@
12767
12769
"valType": "boolean"
12768
12770
},
12769
12771
"size": {
12770
-
"description": "Sets the step between each contour level.",
12772
+
"description": "Sets the step between each contour level. Must be positive.",
12771
12773
"dflt": null,
12774
+
"min": 0,
12772
12775
"role": "style",
12773
12776
"valType": "number"
12774
12777
},
12775
12778
"start": {
12776
-
"description": "Sets the starting contour level value.",
12779
+
"description": "Sets the starting contour level value. Must be less than `contours.end`",
12777
12780
"dflt": null,
12778
12781
"role": "style",
12779
12782
"valType": "number"
@@ -12899,8 +12902,9 @@
12899
12902
"valType": "integer"
12900
12903
},
12901
12904
"ncontours": {
12902
-
"description": "Sets the maximum number of contour levels. The actual number of contours will be chosen automatically to be less than or equal to the value of `ncontours`. Has an effect only if `autocontour` is *true*.",
12903
-
"dflt": 0,
12905
+
"description": "Sets the maximum number of contour levels. The actual number of contours will be chosen automatically to be less than or equal to the value of `ncontours`. Has an effect only if `autocontour` is *true* or if `contours.size` is missing.",
0 commit comments