We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bd668 commit 5dddc9bCopy full SHA for 5dddc9b
1 file changed
src/traces/ohlc/attributes.js
@@ -37,7 +37,7 @@ module.exports = {
37
x: {
38
valType: 'data_array',
39
editType: 'calc+clearAxisTypes',
40
- description: ['Sets the x coordinates.', 'If absent, linear coordinate will be generated.'].join(' ')
+ description: 'Sets the x coordinates. If absent, linear coordinate will be generated.'
41
},
42
43
open: {
@@ -121,7 +121,7 @@ module.exports = {
121
max: 0.5,
122
dflt: 0.3,
123
editType: 'calc',
124
- description: ['Sets the width of the open/close tick marks', 'relative to the *x* minimal interval.'].join(' ')
+ description: 'Sets the width of the open/close tick marks relative to the *x* minimal interval.'
125
126
127
hoverlabel: extendFlat({}, fxAttrs.hoverlabel, {
0 commit comments