X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_graph.c;h=50a640a7edea604f63c4a98db69399b143ccf256;hb=ed3ee7c81e23fcd41693bc372470945576ae54d1;hp=aa561f6ed4e922e1fd5721505e93946a0e282bc5;hpb=674b898cd02172d48c8aca6e8bfdb4e8c3e43e8f;p=rrdtool.git diff --git a/src/rrd_graph.c b/src/rrd_graph.c index aa561f6..50a640a 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -91,8 +91,7 @@ xlab_t xlab[] = { , {3600, 0, TMT_DAY, 1, TMT_WEEK, 1, TMT_WEEK, 1, 7 * 24 * 3600, week_fmt} , - {3 * 3600, 0, TMT_WEEK, 1, TMT_MONTH, 1, TMT_WEEK, 2, 7 * 24 * 3600, - week_fmt} + {3 * 3600, 0, TMT_WEEK, 1, TMT_MONTH, 1, TMT_WEEK, 2, 7 * 24 * 3600, week_fmt} , {6 * 3600, 0, TMT_MONTH, 1, TMT_MONTH, 1, TMT_MONTH, 1, 30 * 24 * 3600, "%b"}