Added stacked/overlaid options (fixes #658 )
parent
bc7e6743a0
commit
93212bc406
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue