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

Skip to content

Commit e259d52

Browse files
committed
changed wording
1 parent 44568ad commit e259d52

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
@@ -93,7 +93,7 @@ module.exports = {
9393
dflt: 0,
9494
role: 'style',
9595
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',
9797
'in an algorithm that will decide the optimal bin size such that the',
9898
'histogram best visualizes the distribution of the data'
9999
]
@@ -117,7 +117,7 @@ module.exports = {
117117
dflt: 0,
118118
role: 'style',
119119
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',
121121
'in an algorithm that will decide the optimal bin size such that the',
122122
'histogram best visualizes the distribution of the data'
123123
]

0 commit comments

Comments
 (0)