Pie Chart depicting Age group of MACJ 2015 batch
To know more in detail about MACJ batch 2015 we students of the same class conducted a research on their education, age and states they belong to. For a better understanding and visualization of their background, we began with Google spreadsheet, divided the data on the basis of Age, Education and Location (states). For these 3 were the parameters we took for comparison.
In order to make the information helpful and easily understood we took to different forms of visualization. For Age we used Pie Chart and Bar Graph, to depict their education (10th,12th&Graduation marks) we used other visualization forms and Map was used to show their statewise location.
Google Visualization API Sample
// <![CDATA[ google.load('visualization', '1', {packages: ['corechart']}); // ]]> // <![CDATA[ function drawVisualization() { // Create and populate the data table. var data = google.visualization.arrayToDataTable([ ['Age', 'Count'], ['21', 4], ['22', 6], ['23', 3], ['24', 1], ['25', 1] ]); // Create and draw the visualization. new google.visualization.PieChart(document.getElementById('visualization')). draw(data, {title:"Age group of MACJ batch 2015"}); } google.setOnLoadCallback(drawVisualization); // ]]>











