Skip to content

Commit

Permalink
add a brush
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunter committed Feb 4, 2010
1 parent f5e55e9 commit f569cdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/Chart/Clicker/Renderer/HeatMap.pm
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ has 'range' => (
}
);

has 'brush' => (
is => 'rw',
isa => 'Graphics::Primitive::Brush',
default => sub { Graphics::Primitive::Brush->new }
);

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

0 comments on commit f569cdd

Please sign in to comment.