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::DateTime - An X or Y Axis using DateTime

Attributes

format
       Set/Get the formatting string used to format the DateTime.  See DateTime's strftime.

   time_zone
       Set/Get the time zone to use when creating DateTime objects!  Accepts an object or a string
       ('America/Chicago').

Author

       Cory G Watson <gphat@cpan.org>

Description

       A temporal Axis.  Requires DateTime and DateTime::Set.  Inherits from Axis, so check the methods there as
       well.  Expects that times will be in unix format.

Methods

format_value
       Formats the value using DateTime's strftime.

Name

       Chart::Clicker::Axis::DateTime - An X or Y Axis using DateTime

Synopsis

         my $axis = Chart::Clicker::Axis::DateTime->new;

Version

       version 2.90

See Also