X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_graph.h;h=2e8e3bc341f85cdd6c4c20d048b235338912a4f7;hb=e50d3e46544f991e79f36d394ab632ac73205a84;hp=6ed66d2f4327a9e89e1ede3b63fc87e46117b9f2;hpb=9de2c927a66ef40e99c1c20d135f6ae484c6153c;p=rrdtool.git diff --git a/src/rrd_graph.h b/src/rrd_graph.h index 6ed66d2..2e8e3bc 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -191,11 +191,13 @@ typedef struct image_desc_t { #endif long ximg,yimg; /* total size of the image */ double magfact; /* numerical magnitude*/ - long base; /* 1000 or 1024 depending on what we graph */ + 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 unitsexponent; /* 10*exponent for units on y-asis */ int unitslength; /* width of the yaxis labels */ + int forceleftspace; /* do not kill the space to the left of the y-axis if there is no grid */ + int extra_flags; /* flags for boolean options */ /* data elements */