X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_graph.h;h=8e28f63fec38544333b0e92e5b5596ab0d3116bb;hp=7a85f340689ccd9173b9c30be2ab784a9d43fe79;hb=c502ca0c6ed02387134193d215f6af0b3e29afe1;hpb=b4fd5d71cb3e4bdb9e12cc22f3d1373123c7e050 diff --git a/src/rrd_graph.h b/src/rrd_graph.h index 7a85f34..8e28f63 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -210,6 +210,7 @@ typedef struct image_desc_t { int draw_x_grid; /* no x-grid at all */ int draw_y_grid; /* no y-grid at all */ unsigned int draw_3d_border; /* size of border in pixels, 0 for off */ + unsigned int dynamic_labels; /* pick the label shape according to the line drawn */ double grid_dash_on, grid_dash_off; xlab_t xlab_user; /* user defined labeling for xaxis */ char xlab_form[210]; /* format for the label on the xaxis */