All Versions
35
Latest Version
Avg Release Cycle
394 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v0.3.0 Changes
- ๐ Fixed bug where pie graphs weren't drawing their label correctly.
-
v0.2.9 Changes
- Patch to make SideBar accurate instead of stacked [Marik]
- Will be extracting net, pie, stacked, and side-stacked to separate gem in next release.
-
v0.2.8 Changes
- ๐ New accumulator bar graph (experimental)
- ๐ Better mini graphs
- ๐ Bug fixes
-
v0.2.7 Changes
- 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
-
v0.2.6 Changes
- ๐ Fixed missing side_bar.rb in Manifest.txt
-
v0.2.5 Changes
- ๐ New mini graph types (Experimental)
- Marker lines can be different color than text labels
- Theme definition cleanup
-
v0.2.4 Changes
- โ Added option to hide line numbers
- ๐ Fixed code that was causing warnings
-
v0.2.3 Changes
- Cleaned up measurements so the graph expands to fill the available space
- โ Added x-axis and y-axis label options
-
v0.1.2 Changes
- 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
-
v0.0.8 Changes
- ๐ 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.