Code

fix rendering of the color spots especially when proportional fonts are in use.
[rrdtool-all.git] / program / src / rrd_graph.h
index 58af260d532fa2f12b9006ad366058f6243faff6..ca3e7c3978b525a046462402c77c87404892ef41 100644 (file)
@@ -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 */