Charts
To create the charts we use the following plugins jquery-konob, chartist, amcharts and Flotchart. Detailed information about its configuration you can find on their sites.
1) Flotchart:
We can find more variants of these plugin on Flotcharts page of this template.


It has the following design:
<div id="basicFlotLegend" class="flotLegend"></div>
<div id="line-chart" class="flotChart1"></div>2) Knob Charts:

It has the following structure:
<input class="knob" data-width="120" data-height="120" data-fgColor="#7EC4E7" value="35">3) Pie Charts:


It has the following structure:
<div id="pie_chart3" class="h_300 w_100"></div>4) Amcharts:

It has the following Structure:
<div id="chartdiv"></div>Last updated
Was this helpful?