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
@@ -44190,6 +44190,17 @@
44190
44190
},
44191
44191
"description": "The links of the Sankey plot.",
44192
44192
"editType": "calc",
44193
+
"hovercolor": {
44194
+
"arrayOk": true,
44195
+
"description": "Sets the `link` hover color. It can be a single value, or an array for specifying hover colors for each `link`. If `link.hovercolor` is omitted, then by default, links will become slightly more opaque when hovered over.",
44196
+
"editType": "calc",
44197
+
"valType": "color"
44198
+
},
44199
+
"hovercolorsrc": {
44200
+
"description": "Sets the source reference on Chart Studio Cloud for `hovercolor`.",
44201
+
"editType": "none",
44202
+
"valType": "string"
44203
+
},
44193
44204
"hoverinfo": {
44194
44205
"description": "Determines which trace information appear when hovering links. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired.",
0 commit comments