logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Chart::Clicker::Axis::DivisionType::Exact - Role describing how to divide data for Chart::Clicker::Axis

Author

       Cory G Watson <gphat@cpan.org>

Description

       Role describing how to divide data for Chart::Clicker::Axis.

License

       You can redistribute and/or modify this code under the same terms as Perl itself.

Methods

best_tick_size
       The tick division calculated by taking the range and dividing by the requested number of ticks.

   divvy
       Divides the range up into exact division for Chart::Clicker::Axis.

Name

       Chart::Clicker::Axis::DivisionType::Exact - Divide axis in exact increments, linear scale.

See Also

perl(1)

Synopsis

         use Chart::Clicker::Axis;

         my $axis = Chart::Clicker::Axis->new({
           tick_division_type  => 'Exact'
         });

Version

       version 2.90

See Also