diff --git a/perl-Chart.changes b/perl-Chart.changes index 1d827a4..ef11756 100644 --- a/perl-Chart.changes +++ b/perl-Chart.changes @@ -1,7 +1,35 @@ ------------------------------------------------------------------- -Wed Oct 13 23:25:52 UTC 2010 - chris@computersalat.de +Thu Oct 14 13:00:28 UTC 2010 - chris@computersalat.de - update to 2.4.2 + o Base.pm: + * The values for 'true' resp. 'false' may be of the following + true: TRUE, true, T, t, 1 and defined + false: FALSE, false, F, f, 0 or undefined + * Added new options xlabel and xrange which is valid for xy_plot + and Chart::Lines, Chart::Points, Chart::LinesPoints, + Chart::Split, Chart::ErrorBars. + * In order to use the labels, the chart module needs to have 'xlabels' + AND 'xrange' set. Below is some example code for use: + @labels = (['Jan', 'Feb','Mar'], + ['10','40','70']); + $chart->set( xlabels => \@labels, + xrange => [0,100] ); + This options allow to set and position labels at the x-axis arbitrary. + * add_dataset() and app_pt() accepts now datasets as lists and as + references to list like already mentioned in the docs + o Pie.pm: + * Optimized organisation of the placement of the labels. + Added flag to avoid plotting of legends at all + Using GD Version 2.0.36 as this version supports 'filledArc' + o Composite.pm: + * Correction due to Request 23166 + write the endmost value of input array + in imagemap_data array + o Lines.pm: + * Correction due to Request 23166: + write the endmost value of input array + in imagemap_data array - noarch pkg - recreated by cpanspec 1.78