diff options
Diffstat (limited to '')
| -rw-r--r-- | js/RrdGraph.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/RrdGraph.js b/js/RrdGraph.js index 7171a9c..57adaee 100644 --- a/js/RrdGraph.js +++ b/js/RrdGraph.js | |||
| @@ -797,7 +797,7 @@ var RrdGraph = function (gfx, data) | |||
| 797 | this.AlmostEqualInt = new Int32Array(this.AlmostEqualBuffer); | 797 | this.AlmostEqualInt = new Int32Array(this.AlmostEqualBuffer); |
| 798 | this.AlmostEqualFloat = new Float32Array(this.AlmostEqualBuffer); | 798 | this.AlmostEqualFloat = new Float32Array(this.AlmostEqualBuffer); |
| 799 | 799 | ||
| 800 | this.DEFAULT_FONT = 'DejaVu Sans Mono'; //DejaVu Sans Mono ,Bitstream Vera Sans Mono,monospace,Courier', // pt -> pt=px*72/96 | 800 | this.DEFAULT_FONT = "'DejaVu Sans Mono', 'Courier', 'Ubuntu Mono'"; // pt -> pt=px*72/96 |
| 801 | this.MGRIDWIDTH = 0.6; | 801 | this.MGRIDWIDTH = 0.6; |
| 802 | this.GRIDWIDTH = 0.4; | 802 | this.GRIDWIDTH = 0.4; |
| 803 | this.YLEGEND_ANGLE = 90.0; | 803 | this.YLEGEND_ANGLE = 90.0; |
