Catalyst-View-Chart-Strip

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

      package MyApp::View::ChartStrip;

      use strict;
      use base 'Catalyst::View::Chart::Strip';

      __PACKAGE__->config(
          cs_package => 'Chart::Strip',
          height => 192,
          width => 720,
          limit_factor => 1,
          transparent => 0,
          img_type => 'png',
          palette => [qw/
                         FF0000
                         00CC00
                         0000FF 
                         CC00CC 
                     /],
      );

      1;

lib/Catalyst/Helper/View/Chart/Strip.pm  view on Meta::CPAN

__compclass__
package [% class %];

use strict;
use base 'Catalyst::View::Chart::Strip';

__PACKAGE__->config(
    height => 192,
    width => 720,
    limit_factor => 1,
    transparent => 0,
);

=head1 NAME

[% class %] - Catalyst Chart::Strip View

=head1 SYNOPSIS

See L<[% app %]>

lib/Catalyst/View/Chart/Strip.pm  view on Meta::CPAN

  package MyApp::View::ChartStrip;

  use strict;
  use base 'Catalyst::View::Chart::Strip';

  __PACKAGE__->config(
      cs_package => 'Chart::Strip',
      height => 192,
      width => 720,
      limit_factor => 1,
      transparent => 0,
      img_type => 'png',
      palette => [qw/
                     FF0000
                     00CC00
                     0000FF 
                     CC00CC 
                 /],
  );

  1;



( run in 0.579 second using v1.01-cache-2.11-cpan-0a6323c29d9 )