5 * New accumulator bar graph (experimental)
11 * Regenerated Manifest.txt
12 * Added scene sample to package
13 * Added mini side_bar (EXPERIMENTAL)
14 * Added @zero_degree option to Gruff::Pie so first slice can start somewhere other than 3 o'clock
15 * Increased size of numbers in Gruff::Mini::Pie
16 * Added legend_box_size accessor
20 * Fixed missing side_bar.rb in Manifest.txt
24 * New mini graph types (Experimental)
25 * Marker lines can be different color than text labels
26 * Theme definition cleanup
30 * Added option to hide line numbers
31 * Fixed code that was causing warnings
35 * Cleaned up measurements so the graph expands to fill the available space
36 * Added x-axis and y-axis label options
40 * minimum_value and maximum_value can be set after data() to manually scale the graph
41 * Fixed infinite loop bug when values are all equal
42 * Added experimental net and spider graphs
43 * Added non-linear scene graph for a simple interface to complex layered graphs
44 * Initial refactoring of tests
45 * A host of other bug fixes
49 * NEW Sidestacked Bar Graphs. [Alun Eyre]
50 * baseline_value larger than data will now show correctly. [Mike Perham]
51 * hide_dots and hide_lines are now options for line graphs.
55 * Fixed hang when no data is passed.
62 * Added render_image_background for using images as background on a theme
63 * Fixed small size legend centering issue
64 * Added initial line marker rounding to significant digits (Christian Winkler)
65 * Line graphs line width is scaled with number of points being drawn (Christian Winkler)
69 * Added option to draw line graphs without the lines (points only), thanks to Eric Hodel
70 * Removed font-minimum check so graphs look better at 300px width
74 * Fixed to_blob (thanks to Carlos Villela)
75 * Added bar graphs (initial functionality...will be enhanced)
76 * Removed rendered test output from gem
81 * Line graphs only. Other graph styles coming soon.