Chart-Clicker
view release on metacpan or search on metacpan
lib/Chart/Clicker/Axis.pm view on Meta::CPAN
If the format is a coderef then that coderef will be executed and the value
passed to it as an argument.
my $nf = Number::Format->new;
$default->domain_axis->format(sub { return $nf->format_number(shift); });
=head2 fudge_amount
The amount to 'fudge' the span of this axis. You should supply a
percentage (in decimal form) and the axis will grow at both ends by the
supplied amount. This is useful when you want a bit of padding above and
below the dataset.
As an example, a fugdge_amount of .10 on an axis with a span of 10 to 50
would add 5 to the top and bottom of the axis.
=head2 hidden
This axis' hidden flag. If this is true then the Axis will not be drawn.
lib/Chart/Clicker/Axis/DivisionType/LinearExpandGraph.pm view on Meta::CPAN
=head1 NAME
Chart::Clicker::Axis::DivisionType::LinearRounded - Nicely rounded segments on a linear scale.
=head1 ATTRIBUTES
=head2 tick_slop
This setting determines whether to add a tick outside of the data. If the tick would be
within the percentage of a ticks size specified here as a decimal (10% would be 0.1), then
the tick will be added expanding the graph.
=head1 METHODS
=head2 best_tick_size
The tick division considered best for the approximate number of ticks requested
and data within the range.
=head2 divvy
lib/Chart/Clicker/Axis/DivisionType/LinearRounded.pm view on Meta::CPAN
=head1 NAME
Chart::Clicker::Axis::DivisionType::LinearRounded - Nicely rounded segments on a linear scale.
=head1 ATTRIBUTES
=head2 tick_slop
This setting determines whether to add a tick outside of the data. If the tick would be
within the percentage of a ticks size specified here as a decimal (10% would be 0.1), then
the tick will be added expanding the graph.
=head1 METHODS
=head2 best_tick_size
The tick division considered best for the approximate number of ticks requested
and data within the range.
=head2 divvy
( run in 0.414 second using v1.01-cache-2.11-cpan-624ce96ca49 )