X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_graph.h;h=58af260d532fa2f12b9006ad366058f6243faff6;hb=ad994d046d175fec8f67cc3b7cddf3cb77d341be;hp=1e02c624ad5269788c97c7d9a66a70aac1f7e4a3;hpb=9845b200d7d2d8edbb41c63ac57ab599f547c34d;p=rrdtool.git diff --git a/src/rrd_graph.h b/src/rrd_graph.h index 1e02c62..58af260 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -182,7 +182,9 @@ typedef struct image_desc_t { double magfact; /* numerical magnitude*/ long base; /* 1000 or 1024 depending on what we graph */ char symbol; /* magnitude symbol for y-axis */ + float viewfactor; /* how should the numbers on the y-axis be scaled for viewing ? */ int unitsexponent; /* 10*exponent for units on y-asis */ + int unitslength; /* width of the yaxis labels */ int extra_flags; /* flags for boolean options */ /* data elements */