1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-07 00:36:01 +02:00

MDL-15183 defaulting a couple of variables in the graph class rather than every graph object needing to do it.

This commit is contained in:
jmg324 2008-06-11 08:22:38 +00:00
parent 9267ffda3c
commit d42342f2a3

@ -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.