Skip to content

Commit 53073d7

Browse files
committed
Update schema
1 parent cd92fea commit 53073d7

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

test/plot-schema.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3581,6 +3581,26 @@
35813581
"valType": "string"
35823582
}
35833583
},
3584+
"titleclick": {
3585+
"description": "Determines the behavior on legend title click. *toggle* toggles the visibility of all items in the legend. *toggleothers* toggles the visibility of all other legends. *false* disables legend title click interactions. Defaults to *toggle* when there are multiple legends, *false* otherwise.",
3586+
"editType": "legend",
3587+
"valType": "enumerated",
3588+
"values": [
3589+
"toggle",
3590+
"toggleothers",
3591+
false
3592+
]
3593+
},
3594+
"titledoubleclick": {
3595+
"description": "Determines the behavior on legend title double-click. *toggle* toggles the visibility of all items in the legend. *toggleothers* toggles the visibility of all other legends. *false* disables legend title double-click interactions. Defaults to *toggleothers* when there are multiple legends, *false* otherwise.",
3596+
"editType": "legend",
3597+
"valType": "enumerated",
3598+
"values": [
3599+
"toggle",
3600+
"toggleothers",
3601+
false
3602+
]
3603+
},
35843604
"tracegroupgap": {
35853605
"description": "Sets the amount of vertical space (in px) between legend groups.",
35863606
"dflt": 10,

0 commit comments

Comments
 (0)