diff options
Diffstat (limited to 'src/lib/rrdFlot.js')
-rw-r--r-- | src/lib/rrdFlot.js | 2 |
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();
|