File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ module.exports = {
93
93
dflt : 0 ,
94
94
role : 'style' ,
95
95
description : [
96
- 'Specifies the desired amount of bins. This value will be used' ,
96
+ 'Specifies the maximum number of desired bins. This value will be used' ,
97
97
'in an algorithm that will decide the optimal bin size such that the' ,
98
98
'histogram best visualizes the distribution of the data'
99
99
]
@@ -117,7 +117,7 @@ module.exports = {
117
117
dflt : 0 ,
118
118
role : 'style' ,
119
119
description : [
120
- 'Specifies the desired amount of bins. This value will be used' ,
120
+ 'Specifies the maximum number of desired bins. This value will be used' ,
121
121
'in an algorithm that will decide the optimal bin size such that the' ,
122
122
'histogram best visualizes the distribution of the data'
123
123
]
You can’t perform that action at this time.
0 commit comments