Line graph visualization
The Line graph visualization is available when x-axis and y-axis columns of data are available.
Line graph settings
Mapping
Setting | Description |
---|---|
X-axis | Choose which data to show on the x-axis. Auto <column> shows the column which was selected automatically for you, usually a time field for the x-axis. |
Y-axis | Choose which data to show on the y-axis. Auto <column> shows the column which was selected automatically for you, usually a numerical field for the y-axis. |
Series | Choose how the stack is split into segments, usually a label or a string. |
Unit | Select the column that you want to use for the unit label. |
X-Axis
Setting | Description |
---|---|
Label | Allows you to override the default and enter a label, for example Date or Time . |
Y-Axis
Setting | Description |
---|---|
Label | Allows you to override the default and enter a label, for example Tickets or ms . |
Range | Auto - graph is fitted to the data automatically Percentage - shows 0-100 Fit to data from zero - shows from 0 to the data maximum Custom - allows you to specify the min and max |
Legend
Setting | Description |
---|---|
Show legend | Toggle whether to display a colored legend for each series of data in the graph. Enabling the toggle displays the Legend position field below. |
Position | Select where the legend is displayed in relation to the graph. This field is only visible when the Show legend toggle is enabled. |
Options
Setting | Description |
---|---|
Data points | This shows where the data points are on the line. Useful to identify missing points, or detail for changing data. |
Shading | Adds shading below each line. |
Grid lines | Adds a horizontal line to each y-axis increment, spanning the x-axis. |
Cumulative | Displays the line graph as cumulative. For example, when showing a cumulative cost over time, based on daily data points. |
Trend line | Adds a line indicating the tendency of the data points, calculated using linear regression. |