<h3>Sector Gauge control</h3>
{::gauge3(<i>variableName</i>){<i>format,minRange,maxRange,color,size,fontSize,fontColor,label,unit</i>}::}<br><br>

<i>format</i> - number of digits after the comma or string template like this <i>.##</i><br>
<i>minRange</i> - lowest value of gauge scale <br>
<i>maxRange</i> - highest value of gauge scale <br>
<i>color</i> - gauge color, one of: <i>green, yellow, blue</i> <br>
<i>size</i> - gauge size in pixels <br>
<i>fontSize</i> - font size <br>
<i>fontColor</i> - font color <br>
<i>label</i> - text to show above the value <br>
<i>unit</i> - text to show below the value <br>
<br>
<i><b>NOTE:</b> </i> <i>color</i> parameter can be only one of: <i>green, yellow, blue</i>
<br>
<hr>
<h3>License information</h3>
This control provided under the terms of <a href='controls/LICENSE.txt'>MIT license</a><br>
