Skip to content

Commit 2915c11

Browse files
committed
reflect schema changes
1 parent 87b2ef8 commit 2915c11

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

test/plot-schema.json

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50997,6 +50997,79 @@
5099750997
"editType": "calc",
5099850998
"valType": "string"
5099950999
},
51000+
"cluster": {
51001+
"color": {
51002+
"arrayOk": true,
51003+
"description": "Sets the color for each cluster step.",
51004+
"editType": "calc",
51005+
"role": "style",
51006+
"valType": "color"
51007+
},
51008+
"colorsrc": {
51009+
"description": "Sets the source reference on Chart Studio Cloud for color .",
51010+
"editType": "none",
51011+
"valType": "string"
51012+
},
51013+
"editType": "calc",
51014+
"enabled": {
51015+
"description": "Determines whether clustering is enabled or disabled.",
51016+
"dflt": false,
51017+
"editType": "calc",
51018+
"role": "info",
51019+
"valType": "boolean"
51020+
},
51021+
"maxzoom": {
51022+
"description": "Sets the maximum zoom level. At zoom levels equal to or greater than the maxzoom, the layer will be hidden.",
51023+
"dflt": 24,
51024+
"editType": "calc",
51025+
"max": 24,
51026+
"min": 0,
51027+
"valType": "number"
51028+
},
51029+
"opacity": {
51030+
"arrayOk": true,
51031+
"description": "Sets the marker opacity.",
51032+
"dflt": 1,
51033+
"editType": "calc",
51034+
"max": 1,
51035+
"min": 0,
51036+
"valType": "number"
51037+
},
51038+
"opacitysrc": {
51039+
"description": "Sets the source reference on Chart Studio Cloud for opacity .",
51040+
"editType": "none",
51041+
"valType": "string"
51042+
},
51043+
"role": "object",
51044+
"size": {
51045+
"arrayOk": true,
51046+
"description": "Sets the size for each cluster step.",
51047+
"dflt": 20,
51048+
"editType": "calc",
51049+
"min": 0,
51050+
"role": "info",
51051+
"valType": "number"
51052+
},
51053+
"sizesrc": {
51054+
"description": "Sets the source reference on Chart Studio Cloud for size .",
51055+
"editType": "none",
51056+
"valType": "string"
51057+
},
51058+
"step": {
51059+
"arrayOk": true,
51060+
"description": "Sets the steps for each cluster.",
51061+
"dflt": -1,
51062+
"editType": "calc",
51063+
"min": -1,
51064+
"role": "info",
51065+
"valType": "number"
51066+
},
51067+
"stepsrc": {
51068+
"description": "Sets the source reference on Chart Studio Cloud for step .",
51069+
"editType": "none",
51070+
"valType": "string"
51071+
}
51072+
},
5100051073
"connectgaps": {
5100151074
"description": "Determines whether or not gaps (i.e. {nan} or missing values) in the provided data arrays are connected.",
5100251075
"dflt": false,

0 commit comments

Comments
 (0)