@@ -85,7 +85,11 @@ module.exports = {
85
85
'stacked. Stacking also turns `fill` on by default, using *tonexty*' ,
86
86
'(*tonextx*) if `orientation` is *h* (*v*) and sets the default' ,
87
87
'`mode` to *lines* irrespective of point count.' ,
88
- 'You can only stack on a numeric (linear or log) axis.'
88
+ 'You can only stack on a numeric (linear or log) axis.' ,
89
+ 'Traces in a `stackgroup` will only fill to (or be filled to) other' ,
90
+ 'traces in the same group. With multiple `stackgroup`s or some' ,
91
+ 'traces stacked and some not, if fill-linked traces are not already' ,
92
+ 'consecutive, the later ones will be pushed down in the drawing order.'
89
93
] . join ( ' ' )
90
94
} ,
91
95
orientation : {
@@ -299,7 +303,11 @@ module.exports = {
299
303
'*tonext* fills the space between two traces if one completely' ,
300
304
'encloses the other (eg consecutive contour lines), and behaves like' ,
301
305
'*toself* if there is no trace before it. *tonext* should not be' ,
302
- 'used if one trace does not enclose the other.'
306
+ 'used if one trace does not enclose the other.' ,
307
+ 'Traces in a `stackgroup` will only fill to (or be filled to) other' ,
308
+ 'traces in the same group. With multiple `stackgroup`s or some' ,
309
+ 'traces stacked and some not, if fill-linked traces are not already' ,
310
+ 'consecutive, the later ones will be pushed down in the drawing order.'
303
311
] . join ( ' ' )
304
312
} ,
305
313
fillcolor : {
0 commit comments