| Catalyst-View-Chart-Strip documentation | Contained in the Catalyst-View-Chart-Strip distribution. |
Catalyst::Helper::View::Chart::Strip - Helper for Chart::Strip Views
script/create.pl view MyChartStrip Chart::Strip
Helper for Chart::Strip Views.
Catalyst, Catalyst::View, Catalyst::View::Chart::Strip, Catalyst::View::Chart::Strip::Example, Chart::Strip, Chart::Strip::Stacked
Brandon L Black, blblack@gmail.com
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;