Merge pull request #266 from influxdata/shade-area-below

Added shade area below lines option
pull/268/head
Scott Anderson 2019-06-13 13:05:56 -06:00 committed by GitHub
commit 840957b80b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ next to the visualization dropdown in the upper right.
###### Options ###### Options
- **Line Colors**: Select a color scheme to use for your graph. - **Line Colors**: Select a color scheme to use for your graph.
- **Shade Area Below Lines**: Shade in the area below the graph lines.
###### Y Axis ###### Y Axis
- **Y Axis Label**: Label for the y-axis. - **Y Axis Label**: Label for the y-axis.

View File

@ -35,6 +35,7 @@ to the visualization dropdown in the upper right.
<!-- - **Bar**: Display the specified time series using a bar chart. --> <!-- - **Bar**: Display the specified time series using a bar chart. -->
<!-- - **Stacked**: Display multiple time series bars as segments stacked on top of each other. --> <!-- - **Stacked**: Display multiple time series bars as segments stacked on top of each other. -->
- **Line Colors**: Select a color scheme to use for your graph. - **Line Colors**: Select a color scheme to use for your graph.
- **Shade Area Below Lines**: Shade in the area below the graph lines.
###### Y Axis ###### Y Axis
- **Y Axis Label**: Label for the y-axis. - **Y Axis Label**: Label for the y-axis.