[Module]
Name=Image::Magick::Chart
Changelog.Creator=Module::Metadata::Changes V 1.08
Changelog.Parser=Config::IniFiles V 2.57
[V 1.06]
Date=2010-02-21T12:55:21
Comments= <<EOT
- Remove text 'All rights reserved' (for Debian licensing).
- Remove POD heads 'Required Modules' and 'Changes'.
EOT
[V 1.05]
Date=2010-02-10T14:02:08
Comments=- MANIFEST.SKIP updated to exclude MYMETA.yml. Add MYMETA.yml.
[V 1.04]
Date=2009-11-13T13:20:00
Comments= <<EOT
- Run dos2unix
- Rename Changes.txt to CHANGES
EOT
[V 1.03]
Date=2008-12-12T18:15:00
Comments= <<EOT
- Image::Magick's Draw() method has an option 'fill'. When I first wrote this module
fill's value defaulted to 'none' and now it defaults to something else. The effect is
that when drawing a frame the whole image is now filled in with black. Hence the patch
to Image::Magick::Chart's draw_frame() method.
I am tempted to rant and rave about the endless butchering of Image::Magick by its author
but that would not achieve anything... And anyway it's an extremely useful module
EOT
[V 1.02]
Date=2005-07-17T17:52:00
Comments= <<EOT
- Add an option y_axis_labels_x which allows the user to specify the x-axis value
(abscissa) at which to start writing y-axis labels. From the POD:
The value if not undef determines the x-axis value (abscissa) at which y-axis labels are written.
The special value undef means this module calculates an abscissa at which to start writing
y-axis labels. The default behaviour is identical to the previous version 1.01.
This calculation will only produce a pretty-looking column of y-axis labels when all labels are
the same width in pixels. See C<sub drawyaxis_labels()> for the calculation.
The default value is undef.
This parameter is optional.
EOT
[V 1.01]
Date=2005-06-13T12:19:00
Comments= <<EOT
- No code changes
- Various documentation fixes and clarifications
EOT
[V 1.00]
Date=2005-05-27T11:25:29
Comments=- original version