X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2Fsrc%2Frrd_graph.h;h=cf99c8e4e946fed0bd768eefbae447ca1f046a0b;hb=67d52437eb384f4c7ec43df26ad44eaa243a1b67;hp=0f9079a15c434d4b40f491ee4d7dab6e1baee2f2;hpb=96902f3937a6a3cec7cbd759d9caeea32f384c60;p=rrdtool-all.git diff --git a/program/src/rrd_graph.h b/program/src/rrd_graph.h index 0f9079a1..cf99c8e4 100644 --- a/program/src/rrd_graph.h +++ b/program/src/rrd_graph.h @@ -12,6 +12,7 @@ #define ALTAUTOSCALE 0x02 /* use alternative algorithm to find lower and upper bounds */ #define ALTAUTOSCALE_MAX 0x04 /* use alternative algorithm to find upper bounds */ #define NOLEGEND 0x08 /* use no legend */ +#define NOMINOR 0x20 /* Turn off minor gridlines */ enum tmt_en {TMT_SECOND=0,TMT_MINUTE,TMT_HOUR,TMT_DAY,