<h3>Dial Gauge control</h3>
{::gauge2(<i>variableName</i>){<i>format,minRange,maxRange,label,width,yellowBegin,yellowEnd,redBegin,redEnd</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>yellowBegin</i> - value where Yellow painted sector begins <br>
<i>yellowEnd</i> - value where Yellow painted sector ends <br>
<i>redBegin</i> - value where Red painted sector begins <br>
<i>edEnd</i> - value where Red painted sector ends <br>
<br>
<i><b>NOTE:</b></i> Known bug - <i>format</i> parameter does not work correctly
<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> library and <a href=https://gist.github.com/tomerd/1499279>gauge.js</a>
developed by <a href='http://tomerdoron.blogspot.com.by/2011/12/google-style-gauges-using-d3js.html'>Tomer Doron</a><br>

See also <a href='https://github.com/d3/d3/blob/master/LICENSE'>d3.js license</a>
