Well, after contemplating this issue over the weekend, I've decided to
move on. Formatting would be nice, but it's not the end of the world.
And if all else fails, I just won't use a graph.

Kevin, there is no attribute that allows you to specify a format for the
numeric data you're sending in. Wouldn't it be nice if the tag had an
attribute of "format mask" and possible values of numberformat,
dollarformat, etc.?

Mark

-----Original Message-----
From: Kevin Miller [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 24, 2001 3:47 PM
To: CF-Talk
Subject: RE: cfgraph



To be honest, I haven't used the CFGRAPH tag yet, but it seems as if
what you are passing in a numeric data.  If this is the case, commas
would not be appropriate in this case.  Is there an attribute that
allows you to format the appearance of the data on the axis of your
graph?

Kevin

>>> [EMAIL PROTECTED] 08/24/01 12:35PM >>>
I have tried masking it before and it still chokes. And yes, the code
works fine if I just pass in numbers with no mask. Have you successfully
passed in masked numbers using commas? I was hoping to hear from
somebody that's done this successfully. That way I could rule out a
problem with the tag and blame myself for being stupid :-)

-----Original Message-----
From: Zac Belado [mailto:[EMAIL PROTECTED]] 
Sent: Friday, August 24, 2001 3:33 PM
To: CF-Talk
Subject: RE: cfgraph




> I tested to make sure I was passing in a number by doing an
isnumeric()
> on the variable and it is a number. The conclusion that I've come to
is
> that the tag, or flash doesn't like the commas, which I think is a
bug.

You would think though that it was Flash (or Generator) that you
wouldn't
get a CF error.

Have you tried masking the number first and then adding it to the
cfgraphdata tag?

And the code will work if you don't supply a comma separated number or
mask?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to