Skip to content

Commit 68bd668

Browse files
committed
update hoverlabel.split docstring
1 parent 417a035 commit 68bd668

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/traces/ohlc/attributes.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,10 @@ module.exports = {
129129
valType: 'boolean',
130130
dflt: false,
131131
editType: 'style',
132-
description: ['Show hover information (open, close, high, low) in', 'separate labels.'].join(' ')
132+
description: [
133+
'Show hover information (open, close, high, low) in separate labels, rather than a single unified label.',
134+
'Default: *false*. When set to *true*, `hovertemplate` is ignored.'
135+
].join(' ')
133136
}
134137
}),
135138

test/plot-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22186,7 +22186,7 @@
2218622186
"valType": "boolean"
2218722187
},
2218822188
"split": {
22189-
"description": "Show hover information (open, close, high, low) in separate labels.",
22189+
"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.",
2219022190
"dflt": false,
2219122191
"editType": "style",
2219222192
"valType": "boolean"
@@ -52906,7 +52906,7 @@
5290652906
"valType": "boolean"
5290752907
},
5290852908
"split": {
52909-
"description": "Show hover information (open, close, high, low) in separate labels.",
52909+
"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.",
5291052910
"dflt": false,
5291152911
"editType": "style",
5291252912
"valType": "boolean"

0 commit comments

Comments
 (0)