Added stacked/overlaid options (fixes #658 )

pull/666/head
Nora 2019-12-10 12:10:34 -08:00
parent bc7e6743a0
commit 93212bc406
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -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