Skip Menu |

This queue is for tickets about the Chart CPAN distribution.

Report information
The Basics
Id: 81171
Status: new
Priority: 0/
Queue: Chart

People
Owner: Nobody in particular
Requestors: RBS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.4.6
Fixed in: (no value)



Subject: ::Composite w/ two ::Lines and xy_plot ==> undefined value when drawing x ticks
Generally seems like a nice package, however, the following results in (runs without error when xy_plot => 0). Can't use an undefined value as an ARRAY reference at C:/strawberry/perl/site/lib/Chart/Base.pm line 3441 $chart = Chart::Composite->new($width, $height); $chart->set( composite_info => [ [ Lines => [ 1, 2 ]], [ Lines => [ 3 ]] ] ); $chart->set(xy_plot => 1); $chart->$format($out_fn, \@data);