Fixed manifest to list dot graph [theirishpenguin]
Fixed color cycling error [Gunnar Wolf]
Handle case where a line graph data set only has one value [Ron Colwill]
Added dot graph from Erik Andrejko
Reverted DEBUG=true. Will add a check in the release process so this doesn't happen again.
Future releases will end in an odd number for development (topfunky-gruff on GitHub) or even for production releases.
Legend line wrapping [Mat Schaffer]
Stacked area graph fixes [James Coglan]
Include init.rb for use as a Rails plugin.
Fixed missing bullet graph bug (experimental, will be in a future release).
Fixed bug where pie graphs weren't drawing their label correctly.
Patch to make SideBar accurate instead of stacked [Marik]
Will be extracting net, pie, stacked, and side-stacked to separate gem in next release.
New accumulator bar graph (experimental)
Better mini graphs
Bug fixes
Regenerated Manifest.txt
Added scene sample to package
Added mini side_bar (EXPERIMENTAL)
Added @zero_degree option to Gruff::Pie so first slice can start somewhere other than 3 o'clock
Increased size of numbers in Gruff::Mini::Pie
Added legend_box_size accessor
Fixed missing side_bar.rb in Manifest.txt
New mini graph types (Experimental)
Marker lines can be different color than text labels
Theme definition cleanup
Added option to hide line numbers
Fixed code that was causing warnings
Cleaned up measurements so the graph expands to fill the available space
Added x-axis and y-axis label options
minimum_value and maximum_value can be set after data() to manually scale the graph
Fixed infinite loop bug when values are all equal
Added experimental net and spider graphs
Added non-linear scene graph for a simple interface to complex layered graphs
Initial refactoring of tests
A host of other bug fixes
NEW Sidestacked Bar Graphs. [Alun Eyre]
baseline_value larger than data will now show correctly. [Mike Perham]
hide_dots and hide_lines are now options for line graphs.
Fixed hang when no data is passed.
Added bar graphs
Added area graphs
Added pie graphs
Added render_image_background for using images as background on a theme
Fixed small size legend centering issue
Added initial line marker rounding to significant digits (Christian Winkler)
Line graphs line width is scaled with number of points being drawn (Christian Winkler)
Added option to draw line graphs without the lines (points only), thanks to Eric Hodel
Removed font-minimum check so graphs look better at 300px width
Fixed to_blob (thanks to Carlos Villela)
Added bar graphs (initial functionality…will be enhanced)
Removed rendered test output from gem
Initial release.
Line graphs only. Other graph styles coming soon.