<h3>Chart control</h3>

{::chart(<i>variableList</i>){<i>width,hight,timeScale</i>}{<i>label,type,color</i>}{<i>label,type,color</i>}...::}<br><br>

<i>variableList</i> Comma separated list of the variables to show. Example: <i>myVar1,myVar2,myVar3,myVar4</i><br><br>

<i>width</i> - chart width in pixels <br>
<i>height</i> - chart hight in pixels <br>
<i>timeScale</i> - time scale defined using format <b>hms</b> Example: <i>1h10m30s</i> or <i>15s</i><br>
<br>
<i>label</i> - Label for the variable chart <br>
<i>type</i> - Chart type for the variable, one of: <i>line, bar, area, scatter, pie, spline, step, area-spline, area-step,</i><br>
<i>color</i> - Chart color for the variable <br>
<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>
