Charts

To create the charts we use the following plugins c3, Chartist,Rickshaw charts 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) c3:

We can find more variants of these plugin on c3 page of this template.

<div id="chart2" class="c3"> </div>

3) chartist:

We can find more variants of these plugin on Chartist page of this template.

It has the following structure:

<div id="draw_events" class="ct-chart ct-perfect-fourth"> </div>

4) Rickshaw charts:

It has the following Structure:

<div id="chart_5"> </div>

Last updated