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: test/plot-schema.json
+42
Original file line number
Diff line number
Diff line change
@@ -51488,6 +51488,20 @@
51488
51488
}
51489
51489
},
51490
51490
"marker": {
51491
+
"angle": {
51492
+
"arrayOk": true,
51493
+
"description": "Sets the marker angle in respect to `angleref`.",
51494
+
"dflt": 0,
51495
+
"editType": "calc",
51496
+
"max": 360,
51497
+
"min": -360,
51498
+
"valType": "number"
51499
+
},
51500
+
"anglesrc": {
51501
+
"description": "Sets the source reference on Chart Studio Cloud for `angle`.",
51502
+
"editType": "none",
51503
+
"valType": "string"
51504
+
},
51491
51505
"autocolorscale": {
51492
51506
"description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
51493
51507
"dflt": true,
@@ -56443,6 +56457,20 @@
56443
56457
}
56444
56458
},
56445
56459
"marker": {
56460
+
"angle": {
56461
+
"arrayOk": true,
56462
+
"description": "Sets the marker angle in respect to `angleref`.",
56463
+
"dflt": 0,
56464
+
"editType": "calc",
56465
+
"max": 360,
56466
+
"min": -360,
56467
+
"valType": "number"
56468
+
},
56469
+
"anglesrc": {
56470
+
"description": "Sets the source reference on Chart Studio Cloud for `angle`.",
56471
+
"editType": "none",
56472
+
"valType": "string"
56473
+
},
56446
56474
"autocolorscale": {
56447
56475
"description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
56448
56476
"dflt": true,
@@ -61978,6 +62006,20 @@
61978
62006
"valType": "number"
61979
62007
},
61980
62008
"marker": {
62009
+
"angle": {
62010
+
"arrayOk": true,
62011
+
"description": "Sets the marker angle in respect to `angleref`.",
62012
+
"dflt": 0,
62013
+
"editType": "plot",
62014
+
"max": 360,
62015
+
"min": -360,
62016
+
"valType": "number"
62017
+
},
62018
+
"anglesrc": {
62019
+
"description": "Sets the source reference on Chart Studio Cloud for `angle`.",
62020
+
"editType": "none",
62021
+
"valType": "string"
62022
+
},
61981
62023
"autocolorscale": {
61982
62024
"description": "Determines whether the colorscale is a default palette (`autocolorscale: true`) or the palette determined by `marker.colorscale`. Has an effect only if in `marker.color` is set to a numerical array. In case `colorscale` is unspecified or `autocolorscale` is true, the default palette will be chosen according to whether numbers in the `color` array are all positive, all negative or mixed.",
0 commit comments