The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Hypatia::Chart::Clicker::Bubble - Line Charts with Hypatia and Chart::Clicker

VERSION

version 0.01

SYNOPSIS

This module extends Hypatia::Chart::Clicker. The graph method (also known as the chart method) returns the Chart::Clicker object built from the relevant data and options provided.

ATTRIBUTES

columns

The required column types are x, y, and size. Each of the values for this attribute may be either a string (indicating one column) or an array reference of strings (indicating several columns). If y and size are array references, then they must be the same size. If x is an array reference, then it also must be the same size as y and size (and in this case, each x column will serve as x-axis values corresponding to the y and size columns). Otherwise, if x is a string, then the single x column will serve as a common set of x-values for all y and size values.

Of course, since size represents size values for the given data set(s), please make sure that the data stored in any size columns contains nonnegative values.

METHODS

chart([$data]), a.k.a graph([$data])

This method returns the relevant Chart::Clicker object. If neither the dbi nor the input_data attributes have been set, then you can input your data as an argument here.

AUTHOR

Jack Maney <jack@jackmaney.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Jack Maney.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.