summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralisonjm <alisonjm>2011-04-29 17:52:37 +0000
committeralisonjm <alisonjm>2011-04-29 17:52:37 +0000
commit39ba3bb7e62f819a484246cc0d4b1a67eb6b47ef (patch)
tree9c5bdda01a1ff9ab1cb0ab37f9483fae83b73281
parentdd32a16d861c799e9d98495e4c2190ace1956ba0 (diff)
Changed default number of rows per column from 8 to 12.
-rw-r--r--src/lib/rrdFlot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/rrdFlot.js b/src/lib/rrdFlot.js
index d1dd8f2..d777ac1 100644
--- a/src/lib/rrdFlot.js
+++ b/src/lib/rrdFlot.js
@@ -197,7 +197,7 @@ rrdFlot.prototype.populateDScb = function() {
var cell_el=null; // will define later
if (this.rrdflot_defaults.num_legend_rows==null) {
- this.rrdflot_defaults.num_legend_rows=8;
+ this.rrdflot_defaults.num_legend_rows=12;
}
// now populate with DS info
var nrDSs=this.rrd_file.getNrDSs();