Skip to content

Commit 135d42a

Browse files
bump js to 2.4.1
1 parent 779ed38 commit 135d42a

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

_data/jsversion.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2.3.1"
3-
}
2+
"version": "2.4.1"
3+
}

_data/plotschema.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,8 +773,19 @@
773773
},
774774
"magic_underscores": "fig.update_layout(legend_font=dict(...))"
775775
},
776+
"groupclick": {
777+
"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.",
778+
"dflt": "togglegroup",
779+
"editType": "legend",
780+
"valType": "enumerated",
781+
"values": [
782+
"toggleitem",
783+
"togglegroup"
784+
],
785+
"magic_underscores": "fig.update_layout(legend_groupclick=<VALUE>)"
786+
},
776787
"itemclick": {
777-
"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.",
788+
"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.",
778789
"dflt": "toggle",
779790
"editType": "legend",
780791
"valType": "enumerated",
@@ -786,7 +797,7 @@
786797
"magic_underscores": "fig.update_layout(legend_itemclick=<VALUE>)"
787798
},
788799
"itemdoubleclick": {
789-
"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.",
800+
"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.",
790801
"dflt": "toggleothers",
791802
"editType": "legend",
792803
"valType": "enumerated",

0 commit comments

Comments
 (0)