X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frrd_graph.h;h=ca3e7c3978b525a046462402c77c87404892ef41;hb=199a103f8d08936f93c5864ea7bc0ba722fc6b5c;hp=cf9964562a4e1c7e4fe7fc437b76efd735278d3f;hpb=3afb4a0f24aca310f4ceadcd8956380746179f88;p=rrdtool.git diff --git a/src/rrd_graph.h b/src/rrd_graph.h index cf99645..ca3e7c3 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -170,6 +170,7 @@ typedef struct image_desc_t { int lazy; /* only update the image if there is reasonable probablility that the existing one is out of date */ + int slopemode; /* connect the dots of the curve directly, not using a stair */ int logarithmic; /* scale the yaxis logarithmic */ /* status information */ @@ -182,6 +183,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 */