graphs.php
author Dan
Tue, 20 Jan 2009 22:08:17 -0500
changeset 52 a8f0e99883d1
parent 43 ce2e9caf2dfa
permissions -rw-r--r--
Web interface can now update with AJAX
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19
eb92dc5d9fb4 Can't believe I never put graphs.php in there.
Dan
parents:
diff changeset
     1
<?php
eb92dc5d9fb4 Can't believe I never put graphs.php in there.
Dan
parents:
diff changeset
     2
43
ce2e9caf2dfa Added support for different types of graphs; added a last 60 minutes line graph
Dan
parents: 19
diff changeset
     3
require(dirname(__FILE__) . '/graphing/class.3dbargraph.php');
ce2e9caf2dfa Added support for different types of graphs; added a last 60 minutes line graph
Dan
parents: 19
diff changeset
     4
require(dirname(__FILE__) . '/graphing/class.linegraph.php');
ce2e9caf2dfa Added support for different types of graphs; added a last 60 minutes line graph
Dan
parents: 19
diff changeset
     5
require(dirname(__FILE__) . '/graphing/class.piegraph.php');
19
eb92dc5d9fb4 Can't believe I never put graphs.php in there.
Dan
parents:
diff changeset
     6