Graph & Charts
This is a sample description for the page...Simple Chart
Bar Graph
Real Time Chart
You can update a chart periodically to get a real-time effect by using a timer to insert the new data in the plot and redraw it.
Pie Chart
// Include this script in your document <head> or in footer before </body> tag <script type="text/javascript" src="js/jquery.flot.min.js"></script>
<script type="text/javascript" src="js/jquery.flot.pie.js"></script>
<script type="text/javascript" src="js/jquery.flot.resize.min.js"></script> // Please refer to this file for the code of each chart <script type="text/javascript" src="js/charts.js"></script>