summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 33a339f)
raw | patch | inline | side by side (parent: 33a339f)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Thu, 24 Nov 2011 14:26:30 +0000 (14:26 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Thu, 24 Nov 2011 14:26:30 +0000 (14:26 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@2221 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_graph.c | patch | blob | history |
diff --git a/src/rrd_graph.c b/src/rrd_graph.c
index b9d954757fdfeb979371a677ede66a6a7fadf793..d90a02e9eae9dd82bfcdfdb5473174439d410231 100644 (file)
--- a/src/rrd_graph.c
+++ b/src/rrd_graph.c
}
im->gdes[i].data_first = 1;
+ /* must reduce to at least im->step
+ otherwhise we end up with more data than we can handle in the
+ chart and visibility of data will be random */
+ im->gdes[i].step = max(im->gdes[i].step,im->step);
if (ft_step < im->gdes[i].step) {
reduce_data(im->gdes[i].cf_reduce,
ft_step,