Chart::Clicker aims to be a powerful, extensible charting package that creates really pretty output. Charts can be saved in png, svg, pdf and postscript format. Clicker leverages the power of Graphics::Primitive to create snazzy graphics without bein...
GPHAT/Chart-Clicker-2.90 - 15 Dec 2016 03:49:44 GMTChart::Clicker::Axis represents the plot of the chart....
GPHAT/Chart-Clicker-2.90 - 15 Dec 2016 03:49:44 GMTJACKMANEY/Hypatia-Chart-Clicker-0.026 - 22 Dec 2012 20:29:18 GMT
Contexts represent the way a dataset should be charted. Multiple contexts allow a chart with multiple renderers and axes. See the CONTEXTS section in Chart::Clicker. renderer Set/get this context's renderer...
GPHAT/Chart-Clicker-2.90 - 15 Dec 2016 03:49:44 GMTChart::Clicker::Renderer represents the plot of the chart....
GPHAT/Chart-Clicker-2.90 - 15 Dec 2016 03:49:44 GMTThis document aims to provide a tutorial for using Chart::Clicker....
GPHAT/Chart-Clicker-2.90 - 15 Dec 2016 03:49:44 GMTChart::Clicker::Component is a subclass of Graphics::Primitive::Component....
GPHAT/Chart-Clicker-2.90 - 15 Dec 2016 03:49:44 GMTChart::Clicker::Container is a subclass of Graphics::Primitive::Container....
GPHAT/Chart-Clicker-2.90 - 15 Dec 2016 03:49:44 GMTSome components draw differently depending on which 'side' they are positioned. If an Axis is on the left, it will put the numbers left and the bar on the right. If positioned on the other side then those two piece are reversed....
GPHAT/Chart-Clicker-2.90 - 15 Dec 2016 03:49:44 GMTChart::Clicker::Decoration is a straight subclass of Graphics::Primitive::Canvas....
GPHAT/Chart-Clicker-2.90 - 15 Dec 2016 03:49:44 GMTChart::Clicker::Data::Range implements a range of values....
GPHAT/Chart-Clicker-2.90 - 15 Dec 2016 03:49:44 GMTJACKMANEY/Hypatia-Chart-Clicker-0.026 - 22 Dec 2012 20:29:18 GMT
JACKMANEY/Hypatia-Chart-Clicker-0.026 - 22 Dec 2012 20:29:18 GMT
Chart::Clicker::Data::Series represents a series of values to be charted. Despite the name (keys and values) it is expected that all keys and values will be numeric. Values is pretty obvious, but it is important that keys also be numeric, as otherwis...
GPHAT/Chart-Clicker-2.90 - 15 Dec 2016 03:49:44 GMTUsed to highlight a particular key, value or range of either....
GPHAT/Chart-Clicker-2.90 - 15 Dec 2016 03:49:44 GMTJACKMANEY/Hypatia-Chart-Clicker-0.026 - 22 Dec 2012 20:29:18 GMT
JACKMANEY/Hypatia-Chart-Clicker-0.026 - 22 Dec 2012 20:29:18 GMT
Chart::Clicker::Renderer::Pie renders a dataset as slices of a pie. The keys of like-named Series are totaled and keys are ignored. So for a dataset like: my $series = Chart::Clicker::Data::Series->new( keys => [ 1, 2, 3 ], values => [ 1, 2, 3], ); m...
GPHAT/Chart-Clicker-2.90 - 15 Dec 2016 03:49:44 GMTChart::Clicker::Renderer::Bar renders a dataset as bars....
GPHAT/Chart-Clicker-2.90 - 15 Dec 2016 03:49:44 GMTChart::Clicker::Data::DataSet is a set of Series that are grouped for some logical reason or another. DatasSets can be associated with Renderers in the Chart. Unless you are doing something fancy like that you have no reason to use more than one in y...
GPHAT/Chart-Clicker-2.90 - 15 Dec 2016 03:49:44 GMT