X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=acre.h;h=7924cba2d26d38603b0318ac1d319a3f72ed6198;hb=refs%2Fheads%2Facre-fips;hp=4cd58d4f4c4b179bd94e675d27de27d1ccc76d09;hpb=4bb896b4ca75a5dd908da41455aabd3d6d864dd3;p=acre diff --git a/acre.h b/acre.h index 4cd58d4..7924cba 100644 --- a/acre.h +++ b/acre.h @@ -118,6 +118,9 @@ typedef enum /* A simple line graph connection each (X,Y) pair in order. */ ACRE_STYLE_LINE, + /* A bar chart. */ + ACRE_STYLE_BARS, + /* Bars if there is room for them, a line otherwise. */ ACRE_STYLE_BARS_OR_LINE,