graphs.php
author Dan
Sat, 10 Jan 2009 14:07:54 -0500
changeset 48 d793361a27ec
parent 43 ce2e9caf2dfa
permissions -rw-r--r--
Greeting: bot no longer greets itself
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