Skip to content

Commit

Permalink
bubble & point titles
Browse files Browse the repository at this point in the history
  • Loading branch information
gphat committed Nov 26, 2009
1 parent f3d663c commit 5e82ba7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bubble/bubble.pl
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
sizes => [qw(2 5 3 1 8 9 2 1 1 4 2 5)] sizes => [qw(2 5 3 1 8 9 2 1 1 4 2 5)]
); );


$cc->title->text('Bubble');
$cc->title->padding->bottom(5);

my $ds = Chart::Clicker::Data::DataSet->new(series => [ $series1, $series2, $series3 ]); my $ds = Chart::Clicker::Data::DataSet->new(series => [ $series1, $series2, $series3 ]);


$cc->add_to_datasets($ds); $cc->add_to_datasets($ds);
Expand Down
Binary file modified bubble/bubble.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions point/point.pl
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
values => \@bw3, values => \@bw3,
); );


$cc->title->text('Point');
$cc->title->padding->bottom(5);


my $ds = Chart::Clicker::Data::DataSet->new(series => [ $series1, $series2, $series3 ]); my $ds = Chart::Clicker::Data::DataSet->new(series => [ $series1, $series2, $series3 ]);


Expand Down
Binary file modified point/point.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5e82ba7

Please sign in to comment.