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/plot-schema.json
+8-14
Original file line number
Diff line number
Diff line change
@@ -2422,7 +2422,7 @@
2422
2422
"color": {
2423
2423
"valType": "color",
2424
2424
"role": "style",
2425
-
"editType": "calc",
2425
+
"editType": "style",
2426
2426
"arrayOk": true
2427
2427
},
2428
2428
"editType": "calc",
@@ -2467,7 +2467,7 @@
2467
2467
"color": {
2468
2468
"valType": "color",
2469
2469
"role": "style",
2470
-
"editType": "calc",
2470
+
"editType": "style",
2471
2471
"arrayOk": true
2472
2472
},
2473
2473
"editType": "calc",
@@ -2512,7 +2512,7 @@
2512
2512
"color": {
2513
2513
"valType": "color",
2514
2514
"role": "style",
2515
-
"editType": "calc",
2515
+
"editType": "style",
2516
2516
"arrayOk": true
2517
2517
},
2518
2518
"editType": "calc",
@@ -9540,7 +9540,7 @@
9540
9540
"color": {
9541
9541
"valType": "color",
9542
9542
"role": "style",
9543
-
"editType": "style",
9543
+
"editType": "plot",
9544
9544
"arrayOk": true
9545
9545
},
9546
9546
"editType": "calc",
@@ -9585,7 +9585,7 @@
9585
9585
"color": {
9586
9586
"valType": "color",
9587
9587
"role": "style",
9588
-
"editType": "style",
9588
+
"editType": "plot",
9589
9589
"arrayOk": true
9590
9590
},
9591
9591
"editType": "calc",
@@ -9630,7 +9630,7 @@
9630
9630
"color": {
9631
9631
"valType": "color",
9632
9632
"role": "style",
9633
-
"editType": "style",
9633
+
"editType": "plot",
9634
9634
"arrayOk": true
9635
9635
},
9636
9636
"editType": "calc",
@@ -9697,7 +9697,7 @@
9697
9697
"color": {
9698
9698
"valType": "color",
9699
9699
"role": "style",
9700
-
"editType": "style",
9700
+
"editType": "plot",
9701
9701
"arrayOk": true
9702
9702
},
9703
9703
"editType": "calc",
@@ -27487,7 +27487,7 @@
27487
27487
"none",
27488
27488
"skip"
27489
27489
],
27490
-
"arrayOk": true,
27490
+
"arrayOk": false,
27491
27491
"dflt": "all",
27492
27492
"editType": "plot",
27493
27493
"description": "Determines which trace information appear on hover. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired."
@@ -28205,12 +28205,6 @@
28205
28205
"editType": "calc",
28206
28206
"description": "The number of observations represented by each state. Defaults to 1 so that each state represents one observation"
28207
28207
},
28208
-
"hoverinfosrc": {
28209
-
"valType": "string",
28210
-
"role": "info",
28211
-
"description": "Sets the source reference on plot.ly for hoverinfo .",
0 commit comments