Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

chart::clicker::renderer::stackedarea(3pm) [debian man page]

Chart::Clicker::Renderer::StackedArea(3pm)		User Contributed Perl Documentation		Chart::Clicker::Renderer::StackedArea(3pm)

NAME
Chart::Clicker::Renderer::StackedArea - Stacked Area renderer VERSION
version 2.83 SYNOPSIS
my $ar = Chart::Clicker::Renderer::StackedArea->new({ fade => 1, brush => Graphics::Primitive::Brush->new({ width => 2 }) }); DESCRIPTION
Chart::Clicker::Renderer::StackedArea renders a dataset as line-like polygons stacked atop one another. NOTES
Note that series with varying keys (e.g. Series 1 has keys 1, 2, 3 but Series 2 only has 1 and 3) will cause you some problems. Since the keys don't match up, neither will the accumulation of area. This may be addressed in the future. ATTRIBUTES
brush Set/Get the brush that informs the line surrounding the area renders individual segments. fade Set/Get the fade flag, which turns on or off a gradient in the area renderer. opacity Set the alpha value for the renderer, which makes things more or less opaque. AUTHOR
Cory G Watson <gphat@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Cold Hard Code, LLC. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-22 Chart::Clicker::Renderer::StackedArea(3pm)

Check Out this Related Man Page

Chart::Clicker::Data::Series::Size(3pm) 		User Contributed Perl Documentation		   Chart::Clicker::Data::Series::Size(3pm)

NAME
Chart::Clicker::Data::Series::Size - Chart data with additional attributes for Size charts VERSION
version 2.83 SYNOPSIS
use Chart::Clicker::Data::Series::Size; my @keys = (); my @values = (); my @sizes = (); my $series = Chart::Clicker::Data::Series::Size->new({ keys => @keys, values => @values, sizes => @sizes }); DESCRIPTION
Chart::Clicker::Data::Series::Size is an extension of the Series class that provides storage for a third variable called the size. This is useful for the Bubble renderer. ATTRIBUTES
sizes Set/Get the sizes for this series. max_size Gets the largest value from this Series' "sizes". min_size Gets the smallest value from this Series' "sizes". METHODS
add_to_sizes Adds a size to this series. get_size Get a size by it's index. size_count Gets the count of sizes in this series. AUTHOR
Cory G Watson <gphat@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Cold Hard Code, LLC. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-22 Chart::Clicker::Data::Series::Size(3pm)
Man Page

We Also Found This Discussion For You

1. News, Links, Events and Announcements

Google charts now has a wizard

Here is a link to google charts, but wizard driven, which makes for much easier prototyping: Chart Wizard - Google Chart Tools / Image Charts (aka Chart API) - Google Code It is still in Beta, so near-future changes are likely. It gives the opportunity to experiment with your data and the way... (0 Replies)
Discussion started by: figaro
0 Replies