X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_graph.h;h=cf99c8e4e946fed0bd768eefbae447ca1f046a0b;hb=e802fe69a7551c4a84c4f57f68a6f2c8685969a1;hp=0f9079a15c434d4b40f491ee4d7dab6e1baee2f2;hpb=b9b92c21c1b517ca2d69e7baac4be7587aff5eb5;p=rrdtool.git 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,