Skip to content
Merged
Show file tree
Hide file tree
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 hoverlabel.split docstring
  • Loading branch information
emilykl committed Nov 12, 2025
commit 68bd66824e6acd1d9da11e17f1bff31b357fdc63
5 changes: 4 additions & 1 deletion src/traces/ohlc/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,10 @@ module.exports = {
valType: 'boolean',
dflt: false,
editType: 'style',
description: ['Show hover information (open, close, high, low) in', 'separate labels.'].join(' ')
description: [
'Show hover information (open, close, high, low) in separate labels, rather than a single unified label.',
'Default: *false*. When set to *true*, `hovertemplate` is ignored.'
].join(' ')
}
}),

Expand Down
4 changes: 2 additions & 2 deletions test/plot-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22186,7 +22186,7 @@
"valType": "boolean"
},
"split": {
"description": "Show hover information (open, close, high, low) in separate labels.",
"description": "Show hover information (open, close, high, low) in separate labels, rather than a single unified label. Default: *false*. When set to *true*, `hovertemplate` is ignored.",
"dflt": false,
"editType": "style",
"valType": "boolean"
Expand Down Expand Up @@ -52906,7 +52906,7 @@
"valType": "boolean"
},
"split": {
"description": "Show hover information (open, close, high, low) in separate labels.",
"description": "Show hover information (open, close, high, low) in separate labels, rather than a single unified label. Default: *false*. When set to *true*, `hovertemplate` is ignored.",
"dflt": false,
"editType": "style",
"valType": "boolean"
Expand Down