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
+11
Original file line number
Diff line number
Diff line change
@@ -2705,6 +2705,17 @@
2705
2705
false
2706
2706
]
2707
2707
},
2708
+
"groupclick": {
2709
+
"description": "Determines the behavior on legend group item click. *toggleitem* toggles the visibility of the individual item clicked on the graph. *togglegroup* toggles the visibility of all items in the same legendgroup as the item clicked on the graph. *false* disable legend group click interactions.",
2710
+
"dflt": "togglegroup",
2711
+
"editType": "legend",
2712
+
"valType": "enumerated",
2713
+
"values": [
2714
+
"toggleitem",
2715
+
"togglegroup",
2716
+
false
2717
+
]
2718
+
},
2708
2719
"itemsizing": {
2709
2720
"description": "Determines if the legend items symbols scale with their corresponding *trace* attributes or remain *constant* independent of the symbol size on the graph.",
0 commit comments