A custom chart.
Parameters for <chart>
Attribute | Description | Required |
---|---|---|
title | The title to use for the chart. | No. |
logscale | Use a log scale for the y axis. | No; default is set to 'true'. |
xLabel | The x label to use. | No. |
yLabel | The x label to use. | No. |
width | The width of the chart image. | No; default is set to 640 pixels (640px). |
height | The height of the chart image. | No; default is set to 480 pixels (480px). |
upperBound | The maximum y value to display. | No; default is set to -1 (unbounded). |
autoRange | If set to 'true', the y-axis will be chosen automatically to fit the data best. | No; default is 'false'. |
Nested elements of <chart>
The <chart> element can take arbitrary columns, but the format of each column can be only 'raw', or '%'. The supported columns are identical to columns in the <current>element. If no columns nested element is supplied, then the default columns from the <coverage> element are used.