X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frrd_graph.h;h=58af260d532fa2f12b9006ad366058f6243faff6;hb=d1fe50003e73e2772e9026f29c0ba658143dec7a;hp=cf9964562a4e1c7e4fe7fc437b76efd735278d3f;hpb=3afb4a0f24aca310f4ceadcd8956380746179f88;p=rrdtool.git diff --git a/src/rrd_graph.h b/src/rrd_graph.h index cf99645..58af260 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -182,6 +182,7 @@ 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 */