includes/graphs.php
changeset 564 a1c450a911a6
parent 536 218a627eb53e
child 685 17ebe24cdf85
equal deleted inserted replaced
563:0103428e2179 564:a1c450a911a6
   740 // Graph Generator for PHP
   740 // Graph Generator for PHP
   741 // Originally located at http://szewo.com/php/graph, but link was broken, so this file was retrieved from:
   741 // Originally located at http://szewo.com/php/graph, but link was broken, so this file was retrieved from:
   742 // http://web.archive.org/web/20030130065944/szewo.com/php/graph/graph.class.php3.txt
   742 // http://web.archive.org/web/20030130065944/szewo.com/php/graph/graph.class.php3.txt
   743 // License unknown, however sources on the web have shown this to be either GPL or public domain.
   743 // License unknown, however sources on the web have shown this to be either GPL or public domain.
   744 
   744 
       
   745 // At this point this class has been very nearly rewritten for Enano.
       
   746 
   745 class GraphMaker_compat {
   747 class GraphMaker_compat {
   746   var $_values;
   748   var $_values;
   747   var $_ShowLabels;
   749   var $_ShowLabels;
   748   var $_ShowCounts;
   750   var $_ShowCounts;
   749   var $_ShowCountsMode;
   751   var $_ShowCountsMode;