Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a22ce0d

Browse files
committed
added joins to fix strings
1 parent 4d60e4f commit a22ce0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traces/histogram/attributes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module.exports = {
9696
'Specifies the maximum number of desired bins. This value will be used',
9797
'in an algorithm that will decide the optimal bin size such that the',
9898
'histogram best visualizes the distribution of the data.'
99-
]
99+
].join(' ')
100100
},
101101
xbins: makeBinsAttr('x'),
102102

@@ -120,7 +120,7 @@ module.exports = {
120120
'Specifies the maximum number of desired bins. This value will be used',
121121
'in an algorithm that will decide the optimal bin size such that the',
122122
'histogram best visualizes the distribution of the data.'
123-
]
123+
].join(' ')
124124
},
125125
ybins: makeBinsAttr('y'),
126126

0 commit comments

Comments
 (0)