* changed t31tic_color.t to check against different images based on the presence...
authorpmichaud <pmichaud@pobox.com>
Tue, 3 Nov 2009 02:53:52 +0000 (02:53 +0000)
committerpmichaud <pmichaud@pobox.com>
Tue, 3 Nov 2009 02:53:52 +0000 (02:53 +0000)
commit267997bea08776a11e8b2f6a1c9f7b212479e55a
tree1d6ddb261727f698abcb28a1991ab830ccf6f737
parentf478266cead411f74425e96700ef24134515cc34
* changed t31tic_color.t to check against different images based on the presence of Chart::Math::Axis
* changed t31tic_color.t to have the same number of points and labels
* fixes labels hanging off the edge of the graph, for horizontal or vertical graphs
* adds pod to the vertical and horizontal subclasses
* a test for bar graphs
* a test for long labels
* fixes x axis on bar graphs if Chart::Math::Axis isn't installed
16 files changed:
lib/Imager/Graph/Bar.pm
lib/Imager/Graph/Column.pm
lib/Imager/Graph/Horizontal.pm
lib/Imager/Graph/Line.pm
lib/Imager/Graph/StackedColumn.pm
lib/Imager/Graph/Vertical.pm
t/t14bar.t [new file with mode: 0644]
t/t30many_points.t
t/t31tic_color.t
t/t32series_labels.t
t/t33_long_labels.t [new file with mode: 0644]
testimg/t14_bar.ppm [new file with mode: 0644]
testimg/t31tic_color.ppm
testimg/t31tic_color_CMA.ppm [new file with mode: 0644]
testimg/t32_series.ppm
testimg/t33_long_labels.ppm [new file with mode: 0644]