Skip to content

Commit 00d7d22

Browse files
committed
clarify stacked area groupnorm description
1 parent 2092354 commit 00d7d22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/traces/scatter/attributes.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@ module.exports = {
112112
'Sets the normalization for the sum of this `stackgroup`.',
113113
'With *fraction*, the value of each trace at each location is',
114114
'divided by the sum of all trace values at that location.',
115-
'*percent* is the same but multiplied by 100 to show percentages.'
115+
'*percent* is the same but multiplied by 100 to show percentages.',
116+
'If there are multiple subplots, or multiple `stackgroup`s on one',
117+
'subplot, each will be normalized within its own set.'
116118
].join(' ')
117119
},
118120
stackgaps: {

0 commit comments

Comments
 (0)