Added the Gruff library to the lib/ directory of the the rails folder, and the
[selectricity] / lib / gruff-0.2.8 / CHANGELOG
1 CHANGELOG
2
3 == 0.2.8
4
5 * New accumulator bar graph (experimental)
6 * Better mini graphs
7 * Bug fixes
8
9 == 0.2.7
10
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
17
18 == 0.2.6
19
20 * Fixed missing side_bar.rb in Manifest.txt
21
22 == 0.2.5
23
24 * New mini graph types (Experimental)
25 * Marker lines can be different color than text labels
26 * Theme definition cleanup
27
28 == 0.2.4
29
30 * Added option to hide line numbers
31 * Fixed code that was causing warnings
32
33 == 0.2.3
34
35 * Cleaned up measurements so the graph expands to fill the available space
36 * Added x-axis and y-axis label options
37
38 == 0.1.2
39
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
46
47 == 0.0.8
48
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.
52
53 == 0.0.6
54
55 * Fixed hang when no data is passed.
56
57 == 0.0.4
58
59 * Added bar graphs
60 * Added area graphs
61 * Added pie graphs
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)
66
67 == 0.0.3
68
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
71
72 == 0.0.2
73
74 * Fixed to_blob (thanks to Carlos Villela)
75 * Added bar graphs (initial functionality...will be enhanced)
76 * Removed rendered test output from gem
77
78 == 0.0.1
79
80 * Initial release.
81 * Line graphs only. Other graph styles coming soon.

Benjamin Mako Hill || Want to submit a patch?