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: 91381
Status: new
Priority: 0/
Queue: GDGraph

People
Owner: Nobody in particular
Requestors: manas.marwah [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Fwd: Regarding: Issue faced in pie chart related module.
Date: Fri, 13 Dec 2013 18:13:29 +0530
To: bug-GDGraph [...] rt.cpan.org
From: Manas Marwah <manas.marwah [...] gmail.com>
Hi, Hope you are doing good ! I am working on a project which involves Pie chart drawing. For the same I am using perl library "perl-GDGraph-1.44-15.fc19.noarch". In some specific condition I am facing issues in pie chart. One of the sector color is spilling out to the adjacent sector when that particular sector is having very low percentage (0.2). I am attaching the snapshot of pie chart and the perl script which I am using for creating pie chart. There are certain condition where I am NOT facing this issue with the same sectors value. 1). If I'll change the size of pie chart my $graph = new GD::Graph::pie(*180,120*); --> my $graph = new GD::Graph::pie(*200,140*); 2) If I will disable 3D flag in the set values: $graph->set ( axislabelclr => 'black', pie_height => 20, l_margin => 5, r_margin => 5, transparent => 1, dclrs => ['#0081FF','#0000FF', '#00FFFF', '#FFC0FF', '#FF00FF'], * 3d => 0* ); Perl Version I am using: "This is perl 5, version 16, subversion 3 (v5.16.3) built for i386-linux-thread-multi" in Linux Environment. Please tell me what wrong I am doing or is it an existing bug in the perl libraries? -- Thanks & Regards, Manas Marwah
Download Pie_chart_issue.rar
application/rar 2.1k

Message body not shown because it is not plain text.