- Customize goal amount, achieved amount, liquid color, arrow colors, text colors and more via XML .
- Supports multiple instances per page each with its own settings (see preview).
- Achieved values can be more or less than the goal amount.
Thermometer will automatically adjust the marker positions to accommodate. - Currency symbol set via XML .
- Handles large or small amounts with ease.
XML Structure:
<thermometer>
<config>
<seconds>3</seconds>
<currency>$</currency>
<liquidcolor>0xE62233</liquidcolor>
<goaltxtcolor>0x444444</goaltxtcolor>
<goalarrowcolor>0xE62233</goalarrowcolor>
<achievedtxtcolor>0x444444</achievedtxtcolor>
<achievedarrowcolor>0xE62233</achievedarrowcolor>
<markertxtcolor>0x444444</markertxtcolor>
<markerlinecolor>0xF4F2F1</markerlinecolor>
<outlinecolor>0xF4F2F1</outlinecolor>
<goal goalhide="0" goalnum="1000"><![CDATA[$1,000]]></goal>
<achieved>1750</achieved>
<marks>
<mark>750</mark>
<mark>500</mark>
<mark>250</mark>
<mark>0</mark>
</marks>
</config>
</thermometer>