Skip to content

Commit 5dddc9b

Browse files
emilyklcamdecoster
andauthored
formatting
Co-authored-by: Cameron DeCoster <[email protected]>
1 parent 68bd668 commit 5dddc9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traces/ohlc/attributes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = {
3737
x: {
3838
valType: 'data_array',
3939
editType: 'calc+clearAxisTypes',
40-
description: ['Sets the x coordinates.', 'If absent, linear coordinate will be generated.'].join(' ')
40+
description: 'Sets the x coordinates. If absent, linear coordinate will be generated.'
4141
},
4242

4343
open: {
@@ -121,7 +121,7 @@ module.exports = {
121121
max: 0.5,
122122
dflt: 0.3,
123123
editType: 'calc',
124-
description: ['Sets the width of the open/close tick marks', 'relative to the *x* minimal interval.'].join(' ')
124+
description: 'Sets the width of the open/close tick marks relative to the *x* minimal interval.'
125125
},
126126

127127
hoverlabel: extendFlat({}, fxAttrs.hoverlabel, {

0 commit comments

Comments
 (0)