]> git.imager.perl.org - imager-graph.git/blob - Changes
Fixes vertical graphs w/ large numbers of columns.
[imager-graph.git] / Changes
1 Revision history for Perl extension Imager::Graph.
2
3 Imager-Graph 0.07 - 21 May 2009
4 =================
5
6 Lots of cool changes from Patrick Michaud:
7
8  - added Bar, Column. StackedColumn and Line charts.
9    https://rt.cpan.org/Ticket/Display.html?id=5 [*]
10
11  - new ocean style
12
13  - new ocean_flat style
14
15  - methods to set chart style attributes, in addition to the style
16    parameters passed to draw().
17
18 Bug fixes:
19
20  - missing a font parameter when we have a chart with text no longer
21    results in an exception, but in a false returned and a message in
22    error() as with other errors.
23    https://rt.cpan.org/Ticket/Display.html?id=2872
24
25  - the mono style now disables anti-aliasing by default
26
27 [*] this was the oldest open bug on rt.cpan.org, now #7 is, still an
28 Imager-Graph issue
29
30 Imager-Graph 0.06 - 21 April 2008
31 =================
32
33  - Removed ancient Imager cruft from the documentation
34
35  - round the dimensions used within the legend to integers to prevent
36    later truncation from causing uneven output.
37
38  - add horizontal legend boxes
39
40  - add a new style "primary" which is primary_red with a light grey
41    background, and made that the default, so the default graphs aren't
42    quite so ugly.
43
44  - zero-sized segments were drawn as covering the whole pie.  Skip
45    drawing zero sized segments.
46    https://rt.cpan.org/Ticket/Display.html?id=34813
47
48  - round the pie radius down to avoid running over the edge of the
49    image
50
51  - changed the pie maxsegments default to 0.01 from 0.05
52
53  - removed the obsolete pie blur style information
54
55  - documented some of the pie chart specific style settings
56
57  - changed the default drop shadow style to a translucent fill so the
58    background can show through.
59
60 Imager-Graph 0.05 - 17 December 2007
61 =================
62
63 This release is an attempt to work around the inconsistent text output
64 issues.
65
66  - created Imager::Font::Test which simply outputs boxes instead of
67    text to produce consistent graph images for comparison.
68
69
70 Imager-Graph 0.04 - 11 December 2007
71 =================
72
73 This is a clean up release, removing code required for ancient
74 releases of Imager, and otherwise modernizing the code.
75
76  - skip all tests if we can't load the font
77
78  - Save test results to ppm, so we can generate images even if we don't
79    have PNG support in Imager.
80
81  - instead of the old draw-no-aa-then-blur-the-result hack, we now use
82    arc()'s aa option
83
84  - tests now use Test::More
85
86  - remove the old circle fudge hack, since Imager fixed arc fills a
87    while ago
88
89  - strictify Makefile.PL, include the LICENSE, use the correct version
90    check for including the extra WriteMakefile keys
91
92  - various changes for Kwalitee
93
94  - remove fancy_fills check, we now depend on an Imager release that
95    supports fountain fills.
96
97 Imager-Graph 0.02  Sat Oct  6 20:36:31 2001
98 =================
99
100  - replace ImUgly.ttf with a new version where % renders on my older PC
101  - remove some old test code that printed the Imager version
102  - moved into local CVS to simplify cross-platform tests
103       
104 Imager-Graph 0.01  Tue Sep 12 23:03:25 2001
105 =================
106
107  - original version; created by h2xs 1.19
108  - can draw some nice pie graphs