Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/traces/sankey/attributes.js
  • Loading branch information
archmoj authored Jan 26, 2024
commit 82315aa8110fcea92fcacf62a2eacda78b648d31
2 changes: 1 addition & 1 deletion src/traces/sankey/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ var attrs = module.exports = overrideAll({
valType: 'color',
arrayOk: true,
description: [
'Sets the `link` hover color. It can be a single value, or an array for specifying hovor colors for',
'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 solid grey when',
'hovered over.'
].join(' ')
Expand Down