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 4d60e4f commit a22ce0dCopy full SHA for a22ce0d
src/traces/histogram/attributes.js
@@ -96,7 +96,7 @@ module.exports = {
96
'Specifies the maximum number of desired bins. This value will be used',
97
'in an algorithm that will decide the optimal bin size such that the',
98
'histogram best visualizes the distribution of the data.'
99
- ]
+ ].join(' ')
100
},
101
xbins: makeBinsAttr('x'),
102
@@ -120,7 +120,7 @@ module.exports = {
120
121
122
123
124
125
ybins: makeBinsAttr('y'),
126
0 commit comments