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
+12-2
Original file line number
Diff line number
Diff line change
@@ -2683,8 +2683,18 @@
2683
2683
"valType": "number"
2684
2684
}
2685
2685
},
2686
+
"groupclick": {
2687
+
"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.",
2688
+
"dflt": "togglegroup",
2689
+
"editType": "legend",
2690
+
"valType": "enumerated",
2691
+
"values": [
2692
+
"toggleitem",
2693
+
"togglegroup"
2694
+
]
2695
+
},
2686
2696
"itemclick": {
2687
-
"description": "Determines the behavior on legend item click. *toggle* toggles the visibility of the item clicked on the graph. *toggleothers* makes the clicked item the sole visible item on the graph. *false* disable legend item click interactions.",
2697
+
"description": "Determines the behavior on legend item click. *toggle* toggles the visibility of the item clicked on the graph. *toggleothers* makes the clicked item the sole visible item on the graph. *false* disables legend item click interactions.",
2688
2698
"dflt": "toggle",
2689
2699
"editType": "legend",
2690
2700
"valType": "enumerated",
@@ -2695,7 +2705,7 @@
2695
2705
]
2696
2706
},
2697
2707
"itemdoubleclick": {
2698
-
"description": "Determines the behavior on legend item double-click. *toggle* toggles the visibility of the item clicked on the graph. *toggleothers* makes the clicked item the sole visible item on the graph. *false* disable legend item double-click interactions.",
2708
+
"description": "Determines the behavior on legend item double-click. *toggle* toggles the visibility of the item clicked on the graph. *toggleothers* makes the clicked item the sole visible item on the graph. *false* disables legend item double-click interactions.",
0 commit comments