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: 124361
Status: open
Priority: 0/
Queue: GDGraph

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

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



Subject: label support for stacked bar values?
Hi I'm generating stacked bar charts, I tried to use strings like "2 open" as values, the chart rendered ok but I got a few warnings like "2 open is not numeric". I'm wondering if it's possible to add value-label support so we can show arbitrary strings on the chart, instead of relying on perl's string => number conversion with warnings. Thanks! Regards sunnavy
Subject: Chart.png
Download Chart.png
image/png 4k
Chart.png
Hi, Do you care enough to provide a patch? On Wed Feb 07 14:39:58 2018, SUNNAVY wrote: Show quoted text
> Hi > > I'm generating stacked bar charts, I tried to use strings like "2 > open" as values, the chart rendered ok but I got a few warnings like > "2 open is not numeric". > > I'm wondering if it's possible to add value-label support so we can > show arbitrary strings on the chart, instead of relying on perl's > string => number conversion with warnings. > > Thanks! > > Regards > sunnavy
-- Best regards, Ruslan.
Subject: Re: [rt.cpan.org #124361] label support for stacked bar values?
Date: Thu, 8 Feb 2018 21:29:56 +0800
To: bug-GDGraph [...] rt.cpan.org
From: sunnavy <sunnavy [...] gmail.com>
Glad to hear from you again Ruz! Right now, I'm more caring about switching off the numeric warnings elegantly ;) I haven't dig much about either approach yet, it's not that urgent for now. Thanks! On Thu, Feb 8, 2018 at 8:47 PM, Ruslan Zakirov via RT <bug-GDGraph@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=124361 > > > Hi, > > Do you care enough to provide a patch? > > On Wed Feb 07 14:39:58 2018, SUNNAVY wrote:
>> Hi >> >> I'm generating stacked bar charts, I tried to use strings like "2 >> open" as values, the chart rendered ok but I got a few warnings like >> "2 open is not numeric". >> >> I'm wondering if it's possible to add value-label support so we can >> show arbitrary strings on the chart, instead of relying on perl's >> string => number conversion with warnings. >> >> Thanks! >> >> Regards >> sunnavy
> > > -- > Best regards, Ruslan.
-- best wishes sunnavy