====Markup Examples====
Below are some examples of SVG markup.
===Simple Text Indicator===
A simple piece of text that shows the current value of Machine Temperature.
===Coloured Text Indicator===
A text indicator with a coloured background based on a discrete/on-off value that changes colour to indicate status
===Warning Indicator===
A text indicator with a coloured background that appears based on the machine running too slowly.
Running Too Slowly
===Vertical Bar Chart===
Creates two rectangles - a background solid rectangle that offers a tool-tip, and a foreground rectangle that acts as a bar-graph of the value. It displays Machine Temperature between 0-50 Deg C and is 50 pixels wide and 200 pixels high.
===Gauge===
A 270-degree gauge display that has a radius of 50 units and a range of 0-60 degrees C
This performs a trick using dash-array to create the gauge. There are two circles - the background (black) circle, and the foreground (yellow) circle that shows the actual measurement.