From 93212bc406411088d5d20b244d3de818b4e2cec6 Mon Sep 17 00:00:00 2001 From: Nora Date: Tue, 10 Dec 2019 12:10:34 -0800 Subject: [PATCH 1/3] 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 From 0497b1aa92d29d52f541dcb780e5652ad5766d9a Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Tue, 10 Dec 2019 13:46:13 -0800 Subject: [PATCH 2/3] Update graph-single-stat.md --- .../visualize-data/visualization-types/graph-single-stat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 90dc778c6..3ef26421f 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 @@ -59,7 +59,7 @@ next to the visualization dropdown in the upper right. - **Min**: Minimum y-axis value. - **Max**: Maximum y-axis value. - **Positioning**: - - **Overlaid**: Display graph lines overlaid over each other. + - **Overlaid**: Display graph lines overlaid on each other. - **Stacked**: Display graph lines stacked on top of each other. ###### Customize Single-Stat From 308b0046df559ca4f0e0a5e1bfc05d681f2f06f2 Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Tue, 10 Dec 2019 13:47:09 -0800 Subject: [PATCH 3/3] Update graph.md --- content/v2.0/visualize-data/visualization-types/graph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/visualize-data/visualization-types/graph.md b/content/v2.0/visualize-data/visualization-types/graph.md index 2eb451e4b..db0d9a1fe 100644 --- a/content/v2.0/visualize-data/visualization-types/graph.md +++ b/content/v2.0/visualize-data/visualization-types/graph.md @@ -52,7 +52,7 @@ to the visualization dropdown in the upper right. - **Min**: Minimum y-axis value. - **Max**: Maximum y-axis value. - **Positioning**: - - **Overlaid**: Display graph lines overlaid over each other. + - **Overlaid**: Display graph lines overlaid on each other. - **Stacked**: Display graph lines stacked on top of each other.