<h3>Sector Gauge control</h3>

{::gauge1(<i>variableName</i>){<i>format,minRange,maxRange,label,width,thickness</i>}{<i>color1,limit1,color2,limit2,color3,limi3,color4</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>label</i> - text label <br>
<i>width</i> - gauge width in pixels <br>
<i>thickness</i> - sector thickness in pixels <br>
<br>
<i>color1</i> - Color to use when value is below <i>limit1<i>
<i>color2</i> - Color to use when value is between <i>limit1<i> and <i>limit2<i>
<i>color3</i> - Color to use when value is between <i>limit2<i> and <i>limit3<i>
<i>color4</i> - Color to use when value is above <i>limit3<i>
<br>
<hr>
<h3>License information</h3>
This control provided under the terms of <a href='controls/LICENSE.txt'>MIT license</a><br>
Implementation of the chart control uses <a href='https://d3js.org/'>d3.js</a> and <a href='http://c3js.org/'>c3.js</a> libraries<br>
See also <a href='https://github.com/d3/d3/blob/master/LICENSE'>d3.js license</a> and <a href='https://github.com/c3js/c3/blob/master/LICENSE'>c3.js license</a>
