From 93212bc406411088d5d20b244d3de818b4e2cec6 Mon Sep 17 00:00:00 2001 From: Nora Date: Tue, 10 Dec 2019 12:10:34 -0800 Subject: [PATCH] Added stacked/overlaid options (fixes #658 ) --- .../visualize-data/visualization-types/graph-single-stat.md | 3 +++ content/v2.0/visualize-data/visualization-types/graph.md | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/content/v2.0/visualize-data/visualization-types/graph-single-stat.md b/content/v2.0/visualize-data/visualization-types/graph-single-stat.md index 61ef0820d..90dc778c6 100644 --- a/content/v2.0/visualize-data/visualization-types/graph-single-stat.md +++ b/content/v2.0/visualize-data/visualization-types/graph-single-stat.md @@ -58,6 +58,9 @@ next to the visualization dropdown in the upper right. - **Custom**: Manually specify the value range of the y-axis. - **Min**: Minimum y-axis value. - **Max**: Maximum y-axis value. +- **Positioning**: + - **Overlaid**: Display graph lines overlaid over each other. + - **Stacked**: Display graph lines stacked on top of each other. ###### Customize Single-Stat - **Prefix**: Prefix to be added to the single stat. diff --git a/content/v2.0/visualize-data/visualization-types/graph.md b/content/v2.0/visualize-data/visualization-types/graph.md index b32cc360c..2eb451e4b 100644 --- a/content/v2.0/visualize-data/visualization-types/graph.md +++ b/content/v2.0/visualize-data/visualization-types/graph.md @@ -51,6 +51,10 @@ to the visualization dropdown in the upper right. - **Custom**: Manually specify the value range of the y-axis. - **Min**: Minimum y-axis value. - **Max**: Maximum y-axis value. +- **Positioning**: + - **Overlaid**: Display graph lines overlaid over each other. + - **Stacked**: Display graph lines stacked on top of each other. + ## Graph Examples