Skip Menu |

This queue is for tickets about the Catalyst-View-SVG-TT-Graph CPAN distribution.

Report information
The Basics
Id: 73636
Status: new
Priority: 0/
Queue: Catalyst-View-SVG-TT-Graph

People
Owner: Nobody in particular
Requestors: james [...] halstead-roy.net
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Chart Type
croaks on attempt to use BarLine chart_type in Catalyst/View/SVG/TT/Graph.pm line 82
Subject: Graph.pm.diff
82c82 < $type =~ m/^(Bar(Horizontal)?|Pie|Line)$/ or croak("Invalid chart type $type"); --- > $type =~ m/^(Bar(Horizontal|Line)?|Pie|Line)$/ or croak("Invalid chart type $type");