Catalyst::Helper::View::Chart::Strip - Helper for Chart::Strip Views


Catalyst-View-Chart-Strip documentation Contained in the Catalyst-View-Chart-Strip distribution.

Index


Code Index:

NAME

Top

Catalyst::Helper::View::Chart::Strip - Helper for Chart::Strip Views

SYNOPSIS

Top

    script/create.pl view MyChartStrip Chart::Strip

DESCRIPTION

Top

Helper for Chart::Strip Views.

METHODS

Top

mk_compclass

SEE ALSO

Top

Catalyst, Catalyst::View, Catalyst::View::Chart::Strip, Catalyst::View::Chart::Strip::Example, Chart::Strip, Chart::Strip::Stacked

AUTHOR

Top

Brandon L Black, blblack@gmail.com

LICENSE

Top

You may distribute this code under the same terms as Perl itself.


Catalyst-View-Chart-Strip documentation Contained in the Catalyst-View-Chart-Strip distribution.
package Catalyst::Helper::View::Chart::Strip;

use strict;

sub mk_compclass {
    my ( $self, $helper ) = @_;
    my $file = $helper->{file};
    $helper->render_file( 'compclass', $file );
}

1;

__DATA__

1;