From 2cc00a1eede475dc72599737570fea04f516add2 Mon Sep 17 00:00:00 2001 From: Nora Date: Thu, 13 Jun 2019 10:14:58 -0700 Subject: [PATCH] Added x- and y- axis selectors (addresses #253 ) --- .../visualize-data/visualization-types/graph-single-stat.md | 4 ++++ content/v2.0/visualize-data/visualization-types/graph.md | 4 ++++ content/v2.0/visualize-data/visualization-types/heatmap.md | 4 ++-- content/v2.0/visualize-data/visualization-types/scatter.md | 2 ++ 4 files changed, 12 insertions(+), 2 deletions(-) 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 119232d3b..f779b5012 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 @@ -12,6 +12,10 @@ dropdown in the upper right. To view **Graph + Single Stat** controls, click the settings icon ({{< icon "gear" >}}) next to the visualization dropdown in the upper right. +###### Data +- **X Column**: Select a column to display on the x-axis. +- **Y Column**: Select a column to display on the y-axis. + ###### Options - **Line Colors**: Select a color scheme to use for your graph. diff --git a/content/v2.0/visualize-data/visualization-types/graph.md b/content/v2.0/visualize-data/visualization-types/graph.md index 93e9346da..37077e971 100644 --- a/content/v2.0/visualize-data/visualization-types/graph.md +++ b/content/v2.0/visualize-data/visualization-types/graph.md @@ -10,6 +10,10 @@ in the upper right. To view **Graph** controls, click the settings icon ({{< icon "gear" >}}) next to the visualization dropdown in the upper right. +###### Data +- **X Column**: Select a column to display on the x-axis. +- **Y Column**: Select a column to display on the y-axis. + ###### Options - **Interpolation**: Select from the following options: - **Line**: Display a time series in a line graph diff --git a/content/v2.0/visualize-data/visualization-types/heatmap.md b/content/v2.0/visualize-data/visualization-types/heatmap.md index 1876b2f12..6d318f896 100644 --- a/content/v2.0/visualize-data/visualization-types/heatmap.md +++ b/content/v2.0/visualize-data/visualization-types/heatmap.md @@ -13,8 +13,8 @@ To view **Heatmap** controls, click the settings icon ({{< icon "gear" >}}) next to the visualization dropdown in the upper right. ###### Data -- **X Column**: Select the column to use for the x-axis. -- **Y Column**: Select the column to use for the y-axis. +- **X Column**: Select a column to display on the x-axis. +- **Y Column**: Select a column to display on the y-axis. ###### Options - **Color Scheme**: Select a color scheme to use for your heatmap. diff --git a/content/v2.0/visualize-data/visualization-types/scatter.md b/content/v2.0/visualize-data/visualization-types/scatter.md index 54cf4bf63..4d5052e67 100644 --- a/content/v2.0/visualize-data/visualization-types/scatter.md +++ b/content/v2.0/visualize-data/visualization-types/scatter.md @@ -11,6 +11,8 @@ to the visualization dropdown in the upper right. ###### Data - **Symbol column**: Define a column containing values that should be differentiated with symbols. - **Fill column**: Define a column containing values that should be differentiated with fill color. +- **X Column**: Select a column to display on the x-axis. +- **Y Column**: Select a column to display on the y-axis. ###### Options - **Color Scheme**: Select a color scheme to use for your scatter plot.