diff --git a/docs/graph2d/index.html b/docs/graph2d/index.html index 18e8ad67..94131646 100644 --- a/docs/graph2d/index.html +++ b/docs/graph2d/index.html @@ -741,7 +741,7 @@ onRender: function(item, group, graph2d) { stack Boolean true - If stack is enabled, the graphs will be stacked upon eachother when applicable. This currently only works with bar graphs but linegraph support is being worked on. + If stack is enabled, the graphs will be stacked upon each-other when applicable. A group can opt-out of stacking through the "excludeFromStacking" option. shaded @@ -794,7 +794,13 @@ onRender: function(item, group, graph2d) { excludeFromLegend Boolean false - Group option only. Excludes the the group from beeing listed in the legend. + Group option only. Excludes the group from being listed in the legend. + + + excludeFromStacking + Boolean + false + Group option only. Excludes the group from being included in the stacking.