X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2Fsrc%2Frrd_graph.h;h=e143b7b76db57b9fe086c69232034eed741126a0;hb=58570a164469a21df68dee4173768d5babe608a9;hp=dca277f717c85e4a0e36e9fed52619a6c6d8d218;hpb=3a856c49a6374cf7a17c3c5be67d1ddd96b3b0f6;p=rrdtool-all.git diff --git a/program/src/rrd_graph.h b/program/src/rrd_graph.h index dca277f7..e143b7b7 100644 --- a/program/src/rrd_graph.h +++ b/program/src/rrd_graph.h @@ -16,6 +16,8 @@ #define ONLY_GRAPH 0x20 /* use only graph */ #define FORCE_RULES_LEGEND 0x40 /* force printing of HRULE and VRULE legend */ +#define FORCE_UNITS 0x80 /* mask for all FORCE_UNITS_* flags */ +#define FORCE_UNITS_SI 0x80 /* force use of SI units in Y axis (no effect in linear graph, SI instead of E in log graph) */ enum tmt_en {TMT_SECOND=0,TMT_MINUTE,TMT_HOUR,TMT_DAY, TMT_WEEK,TMT_MONTH,TMT_YEAR};