merging 7.4 changes

This commit is contained in:
Graham Knop 2007-12-13 10:41:27 +00:00
parent 33ba29b338
commit f14c6e4b91
8 changed files with 277 additions and 26 deletions

View file

@ -156,7 +156,8 @@ sub drawAxis {
points =>
" M ".$chartOffset->{x}.",".$chartOffset->{y}.
" L ".$chartOffset->{x}.",".($self->getChartHeight + $chartOffset->{y}).
" L ".($self->getChartWidth + $chartOffset->{x}).",".($self->getChartHeight + $chartOffset->{y})
" L ".($self->getChartWidth + $chartOffset->{x}).",".($self->getChartHeight + $chartOffset->{y}),
fill => 'none',
);
}