This queue is for tickets about the GDGraph CPAN distribution.
Maintainer(s)' notes
There are plenty of good ideas of what people can do published here on the queue. Turning a patch from the tracker into a pull request is not one of them. In order to get maintainers' attention way more quickier, PR should have at least a sample included. We know it's hard to test images generating software, but it doesn't mean we can not test numbers produced by intermediate algorithms used to generate these images, so either a test or a sample.
Id: |
7819 |
Status: |
resolved |
Priority: |
0/
|
Queue: |
GDGraph
|
Owner: |
bwarfield [...] cpan.org
|
Requestors: |
mrhodes [...] lancope.com
|
Cc: |
|
AdminCc: |
|
|
Severity: |
Important |
Broken in: |
1.43 |
Fixed in: |
1.4305 |
|
Wed Sep 29 12:17:13 2004
Guest - Ticket created
The bar_width option does not work correctly. This appears to because of a small error that was introduced with the rotate_chart option. I made the following change in axestype.pm to fix the problem:
Line 1350:
Old:
my $chart_width = $self->{rotate_chart} ?
New:
my $chart_width = !$self->{rotate_chart} ?
A patch file is attached.
Message body not shown because it is not plain text.
Sat Feb 11 18:42:32 2006
bwarfield [...] cpan.org - Status changed from 'new' to 'resolved'
Sat Feb 11 18:42:33 2006
bwarfield [...] cpan.org - Given to BWARFIELD