Skip to content

Commit 1055a02

Browse files
author
Michael Potter
committed
update plot-schema to account for hovercolor entry
1 parent 2b0f2ae commit 1055a02

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test/plot-schema.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44148,6 +44148,17 @@
4414844148
},
4414944149
"description": "The links of the Sankey plot.",
4415044150
"editType": "calc",
44151+
"hovercolor": {
44152+
"arrayOk": true,
44153+
"description": "Sets the `link` hover color. It can be a single value, or an array for specifying hovor colors for each `link`. If `link.hovercolor` is omitted, then by default, links will become solid grey when hovered over.",
44154+
"editType": "calc",
44155+
"valType": "color"
44156+
},
44157+
"hovercolorsrc": {
44158+
"description": "Sets the source reference on Chart Studio Cloud for `hovercolor`.",
44159+
"editType": "none",
44160+
"valType": "string"
44161+
},
4415144162
"hoverinfo": {
4415244163
"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.",
4415344164
"dflt": "all",

0 commit comments

Comments
 (0)