X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_graph.h;h=cf99c8e4e946fed0bd768eefbae447ca1f046a0b;hp=0f9079a15c434d4b40f491ee4d7dab6e1baee2f2;hb=e6d6ed89bc84009c5ea94d5e2c770833afb80f21;hpb=f036173fecfbe93f8f8c9296c791f5dcdaa391ba diff --git a/src/rrd_graph.h b/src/rrd_graph.h index 0f9079a..cf99c8e 100644 --- a/src/rrd_graph.h +++ b/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,