Example thumbnail image
Description
Display horizontal bar chart showing the min/max values for a list of parameters in the given time range, and also show the MCS limits on the same axis.
Implementation
Browse source code here.
Configuration options
Name | Description | Quantisation | Default | Type |
---|---|---|---|---|
title | Override default title | optional | string | |
filename | Override default filename | optional | string | |
thumbnail-filename | Override default thumbnail filename | optional | string | |
x-series | Field to show in X axis | required | field | |
y-series | Field to show in Y axis | required | field | |
relative-start-time | Apply an offset from the report start time to the start of the graph | optional | duration | |
relative-stop-time | Apply an offset from the report start time to the stop of the graph | optional | duration | |
height | Height of output image | required | 800 | uint (pixels) |
width | Width of output image | required | 800 | uint (pixels) |
thumbnail-height | Height of initially displayed thumbnail image | required | 500 | uint (pixels) |
thumbnail-width | Width of initially displayed thumbnail image | required | 500 | uint (pixels) |
x-axis-min | x-axis min limit | optional | None | float (pixels) |
x-axis-max | x-axis max limit | optional | None | float (pixels) |
y-axis-min | y-axis min limit | optional | None | float (pixels) |
y-axis-max | y-axis max limit | optional | None | float (pixels) |
marker-colour | Colour of marker symbols | required | blue | string |
edge-colour | Colour of edge symbols | required | black | string |
marker-size | Size of plotting symbol | required | 2 | uint (pixels) |
line-style | Line styles in plot | required | solid | string |
line-width | Width of lines in plot | required | 1 | uint (pixels) |
marker-shape | Shape of plotting symbol | required | circle | string, select from:
|
label-fontsize | Font size for axis labels | required | 8 | uint (pt) |
title-fontsize | Font size for the title. 0 disabled embedded title. Only 0 and 10 can be used. | required | 0 | uint (pt) |
Example
<graph-xy> option 1 option 2 ... </graph-xy>
This shows an example of the basic declaration of the widget with no options. Options are added as:
<name>value</name>