]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15183 defaulting a couple of variables in the graph class rather than every graph...
authorjmg324 <jmg324>
Wed, 11 Jun 2008 08:22:38 +0000 (08:22 +0000)
committerjmg324 <jmg324>
Wed, 11 Jun 2008 08:22:38 +0000 (08:22 +0000)
lib/graphlib.php

index c9daca475387596703518deef26123f49a67304c..048b5b5cc01ea629e15ae2c48877dabcde861b93 100644 (file)
@@ -143,7 +143,8 @@ class graph {
     'thousand_sep'       => ',',           // symbol for thousand separation ',' or ''
 
   );
-
+  var $y_tick_labels     =   null;         // array of text values for y-axis tick labels
+  var $offset_relation   =   null;         // array of offsets for different sets of data
 
 
     // init all text - title, labels, and axis text.