Skip to content

Commit 571fddf

Browse files
authored
Merge pull request #6834 from plotly/fix-upperfence-description
Fix `upperfence` description
2 parents 9e9da55 + 4e7a980 commit 571fddf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/traces/box/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ module.exports = {
129129
'There should be as many items as the number of boxes desired.',
130130
'This attribute has effect only under the q1/median/q3 signature.',
131131
'If `upperfence` is not provided but a sample (in `y` or `x`) is set,',
132-
'we compute the lower as the last sample point above 1.5 times the IQR.'
132+
'we compute the upper as the last sample point above 1.5 times the IQR.'
133133
].join(' ')
134134
},
135135

test/plot-schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17275,7 +17275,7 @@
1727517275
"role": "object"
1727617276
},
1727717277
"upperfence": {
17278-
"description": "Sets the upper fence values. There should be as many items as the number of boxes desired. This attribute has effect only under the q1/median/q3 signature. If `upperfence` is not provided but a sample (in `y` or `x`) is set, we compute the lower as the last sample point above 1.5 times the IQR.",
17278+
"description": "Sets the upper fence values. There should be as many items as the number of boxes desired. This attribute has effect only under the q1/median/q3 signature. If `upperfence` is not provided but a sample (in `y` or `x`) is set, we compute the upper as the last sample point above 1.5 times the IQR.",
1727917279
"editType": "calc",
1728017280
"valType": "data_array"
1728117281
},

0 commit comments

Comments
 (0)