X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2Fsrc%2Frrd_graph.h;h=0339e0b4e410bfa2a9918bb49e32c729e27f54f3;hb=afbab79d68867349fe06a2948ae0c911d5b81bc8;hp=09c2f1d7fd0b302e06f8cff4da0f0fdcd348e1cb;hpb=b062e6dadc14bb303ef8db63c6d53fd5261f1f72;p=rrdtool-all.git diff --git a/program/src/rrd_graph.h b/program/src/rrd_graph.h index 09c2f1d7..0339e0b4 100644 --- a/program/src/rrd_graph.h +++ b/program/src/rrd_graph.h @@ -13,6 +13,7 @@ #define ALTAUTOSCALE_MAX 0x04 /* use alternative algorithm to find upper bounds */ #define NOLEGEND 0x08 /* use no legend */ #define NOMINOR 0x20 /* Turn off minor gridlines */ +#define ONLY_GRAPH 0x24 /* use only graph */ enum tmt_en {TMT_SECOND=0,TMT_MINUTE,TMT_HOUR,TMT_DAY,