We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2092354 commit 00d7d22Copy full SHA for 00d7d22
src/traces/scatter/attributes.js
@@ -112,7 +112,9 @@ module.exports = {
112
'Sets the normalization for the sum of this `stackgroup`.',
113
'With *fraction*, the value of each trace at each location is',
114
'divided by the sum of all trace values at that location.',
115
- '*percent* is the same but multiplied by 100 to show percentages.'
+ '*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.'
118
].join(' ')
119
},
120
stackgaps: {
0 commit comments