From bfa68bb54e93ec9a4639227d7a4b0fda0a1e529b Mon Sep 17 00:00:00 2001 From: Ludo Stellingwerff Date: Tue, 8 Dec 2015 11:13:50 +0100 Subject: [PATCH] Update the documentation to reflect the new stacking options. --- docs/graph2d/index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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.