Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #25 from mguz/patch-4
Browse files Browse the repository at this point in the history
Update Axis.pm
  • Loading branch information
gphat committed Sep 21, 2013
2 parents cf8a151 + 44c706b commit 550f99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Chart/Clicker/Axis.pm
Expand Up @@ -369,7 +369,7 @@ effect if you specify tick_values.
=cut

has 'ticks' => ( is => 'rw', isa => 'Int', default => 5 );
has 'ticks' => ( is => 'rw', isa => 'Int', default => 6 );

sub BUILD {
my ($self) = @_;
Expand Down

0 comments on commit 550f99d

Please sign in to comment.