Skip Menu |

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.

Report information
The Basics
Id: 7307
Status: resolved
Worked: 1.5 hours (90 min)
Priority: 1/
Queue: GDGraph

People
Owner: bwarfield [...] cpan.org
Requestors: mattr [...] telebody.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.43
Fixed in: 1.4308



Subject: get_hotspot broken
I tried to draw text above stacked horizontal bars, based on sample 17. hotspot should return (x1 y1 x2 y2) but instead returns (y1 36 x1 y2) or something like that, for all bars. (In other words, order of coordinates is wrong, and x2 is always the same). I did not dive into the code as I am able to draw text above the bar with x1,y1-15 as starting coordinates. What I really wanted was to use Project::Gantt but it uses ImageMagick which is harder to install on windows. Using perl 5.8.4 on win98. If you fix this it would be nice if you could email me thanks. mattr atnospam telebody dotcom
Well, the value of x1 being constant is correct, given that you're looking at the first set of bars (that is, the one for which the left-hand end is the left edge of the graph). The disordering, however, is not, and will be fixed in the next release.