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

Skip to content

Commit 293ce37

Browse files
committed
fix indent issues
1 parent a22ce0d commit 293ce37

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/traces/histogram/attributes.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@ module.exports = {
8585
'by an algorithm. Note that this should be set to false if you',
8686
'want to manually set the number of bins using the attributes in',
8787
'xbins.'
88-
].join(' ')
88+
].join(' ')
8989
},
9090
nbinsx: {
9191
valType: 'integer',
9292
min: 0,
9393
dflt: 0,
9494
role: 'style',
9595
description: [
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.'
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.'
9999
].join(' ')
100100
},
101101
xbins: makeBinsAttr('x'),
@@ -105,10 +105,10 @@ module.exports = {
105105
dflt: true,
106106
role: 'style',
107107
description: [
108-
'Determines whether or not the y axis bin attributes are picked',
109-
'by an algorithm. Note that this should be set to false if you',
110-
'want to manually set the number of bins using the attributes in',
111-
'ybins.'
108+
'Determines whether or not the y axis bin attributes are picked',
109+
'by an algorithm. Note that this should be set to false if you',
110+
'want to manually set the number of bins using the attributes in',
111+
'ybins.'
112112
].join(' ')
113113
},
114114
nbinsy: {
@@ -117,9 +117,9 @@ module.exports = {
117117
dflt: 0,
118118
role: 'style',
119119
description: [
120-
'Specifies the maximum number of desired bins. This value will be used',
121-
'in an algorithm that will decide the optimal bin size such that the',
122-
'histogram best visualizes the distribution of the data.'
120+
'Specifies the maximum number of desired bins. This value will be used',
121+
'in an algorithm that will decide the optimal bin size such that the',
122+
'histogram best visualizes the distribution of the data.'
123123
].join(' ')
124124
},
125125
ybins: makeBinsAttr('y'),

0 commit comments

Comments
 (0)