summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f92ff09)
raw | patch | inline | side by side (parent: f92ff09)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 8 May 2005 16:01:40 +0000 (16:01 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 8 May 2005 16:01:40 +0000 (16:01 +0000) |
program/src/rrd_graph.c | patch | blob | history |
index 95f438bc3d803b2afc80b07dfc6d232b54eba294..76115eceef47bfe1f278c4acd5330c77ae97fd55 100644 (file)
--- a/program/src/rrd_graph.c
+++ b/program/src/rrd_graph.c
}
if (im->ylegend[0] != '\0' ) {
- Xvertical = im->text_prop[TEXT_PROP_UNIT].size *2;
+ Xvertical = im->text_prop[TEXT_PROP_UNIT].size *1.6;
}
im->minval = DNAN;
im->maxval = DNAN;
im->unitsexponent= 9999;
- im->unitslength= 6;
+ im->unitslength= 5;
im->symbol = ' ';
im->viewfactor = 1.0;
im->extra_flags= 0;