Hi Ray,

I'm guessing the cart editor is new since CF 7, sadly I'm on Cf 7.  This is
what I have:

<cfset chartdate = createdate(session.year, session.month, datepart("d",
now()))>
<cfchart format="flash" chartwidth="400" chartheight="300" show3d="yes"
labelformat="currency"
 title="#session.mainCatDescr# Sales for  #dateformat(chartdate, "mmmm")#
#dateformat(chartdate, "yyyy")#" xaxistype="">
<cfchartseries  type="pie" itemcolumn="catSubDescr"
valuecolumn="grandTotalPrice" query="subCats"></cfchartseries>
</cfchart>

Incidently, have your book (CFMX 7 construction kit)/ charts guide next to
me as I type :) (Great book, ty!)

Jenny

>>-----Original Message-----
>>From: Raymond Camden [mailto:rcam...@gmail.com]
>>Sent: 19 May 2011 15:07
>>To: cf-talk
>>Subject: Re: CFchart / currency
>>
>>
>>
>>I'll turn this into a blog post tonight, but I loaded up the Chart
>>editor, went to Y-Axis, and picked Format. I changed the style to
>>Currency, and unchecked "Sytem Locale." I picked Germany and it
>>definitely worked. I also tried English/UK and it worked well too.
>>Once you get the style you can then just use it in your chart tag.
>>
>>
>>
>>On Thu, May 19, 2011 at 8:54 AM, Jenny Gavin-Wear
>><jenn...@fasttrackonline.co.uk> wrote:
>>>
>>> I have set locale to English(UK), getlocal confirms it.  I'm
>>seeing pound
>>> signs for lscurrencyformat correctly, but my cfcharts are
>>showing dollars.
>>>
>>> The server is set to English UK.
>>>
>>> Is this a bug?
>>>
>>> Thanks, Jenny
>>>
>>>
>>>
>>>
>>> No virus found in this outgoing message.
>>> Checked by AVG - www.avg.com
>>> Version: 9.0.901 / Virus Database: 271.1.1/3646 - Release Date: 05/18/11
>>> 19:34:00
>>>
>>>
>>>
>>>
>>
>>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344687
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to