Attribute<-- --> | Comment | Default |
alt | Alternate text for image | Value is value parameter |
colors | For tambar : List of colors, each region has two colors. For trend : N/A | Global <type>_COLORS setting |
height | Defines the height of the gauge in pixels. | Global <type>_HEIGHT setting |
name | Name to uniquely identify the gauge file that is auto-created. | None; required for tambar |
scale | For tambar : Defines the number and position of the scales. For example a value of "5, 12, 35, 57" denotes that there are three regions on the bar gauge, "5...12" , "12...35" and "35...57" . For trend : N/A | Global <type>_SCALE setting |
type | The type of gauge, type="tambar" for target measure bar, or type="trend" for trend icon | Global TYPE setting |
value | For tambar : The actual value of the gauge For trend : Positive = arrow up, 0 = arrow right, negative = arrow down | None. Show "no data" if missing |
width | Defines the width of the gauge in pixels. | Global <type>_WIDTH setting |