Charting Data

The table below will be used to generate rich graphs and charts on-the-fly.
All you need to do is apply the class of chart you want to generate to your table and voila!

Jan Feb Mar Apr May
Data row 1 12 31 40 61 72
Data row 2 3 5 33 64 21
Data row 3 20 41 10 50 22

Area chart

Jan Feb Mar Apr May
Data row 1 12 31 40 61 72
Data row 2 3 5 33 64 21
Data row 3 20 41 10 50 22
<table class="areachart">

Line chart

Jan Feb Mar Apr May
Data row 1 12 31 40 61 72
Data row 2 3 5 33 64 21
Data row 3 20 41 10 50 22
<table class="linechart">

Bar Chart

Jan Feb Mar Apr May
Data row 1 12 31 40 61 72
Data row 2 3 5 33 64 21
Data row 3 20 41 10 50 22
<table class="barchart">

Pie chart

Jan Feb Mar Apr May
Data row 1 12 31 40 61 72
Data row 2 3 5 33 64 21
Data row 3 20 41 10 50 22
<table class="piechart">