It seems that function graph_size_location() doesn't call xtr(im, 0) if (im->extra_fl...
[rrdtool.git] / src / rrd_graph.c
index c79248f..aa561f6 100644 (file)
@@ -2943,6 +2943,7 @@ int graph_size_location(
         im->ximg = im->xsize;
         im->yimg = im->ysize;
         im->yorigin = im->ysize;
+        xtr(im, 0);
         ytr(im, DNAN);
         return 0;
     }