etsy / nagios-herald

Add context to Nagios alerts
https://codeascraft.com/2014/06/06/introducing-nagios-herald/
MIT License
321 stars 32 forks source link

Add option to draw 'absolute' data set (not percentage) - #37

Open nkammah opened 9 years ago

nkammah commented 9 years ago

aka simple …bar charts

I needed to show bar charts that were not percentages of a total. You can create such bar chart as follow:

./bin/draw_stack_bars -o foo.png "first label"=180 "another label"=50 --mode absolute

This PR also exposes additional options: