Re: cfchart issue...

2014-10-06 Thread Gonzo Rock
drillable as a function of which data point is clicked on. On Tue, Sep 30, 2014 at 3:57 PM, Gonzo Rock gonzor...@gmail.com wrote: just figured out that cfchart format = flash or html will create this problem, while: cfchart format = jpg or png do not no clue as to why yet Also... verified

Re: cfchart issue...

2014-09-30 Thread Gonzo Rock
just figured out that cfchart format = flash or html will create this problem, while: cfchart format = jpg or png do not no clue as to why yet Also... verified all works as expected on CF 10... it seems to only be a CF 11 issue. Oh and it's a format=flash for the cfchart On Mon, Sep 29, 2014

cfchart issue...

2014-09-29 Thread Gonzo Rock
I have just finished updating a large application to run on CF 11 but not having any luck chasing down a particular issue with cfchart. Any any ideas as to why $ITEMLABEL$ will not resolve in CF 11 but the same template works just fine on our CF 9 installs? Here is the line where

Re: cfchart issue...

2014-09-29 Thread Al Musella, DPM
Maybe replace the $ with # At 03:40 PM 9/29/2014, you wrote: I have just finished updating a large application to run on CF 11 but not having any luck chasing down a particular issue with cfchart. Any any ideas as to why $ITEMLABEL$ will not resolve in CF 11 but the same template works just

Re: cfchart issue...

2014-09-29 Thread Gonzo Rock
I wish! the $ is a cfchart specific way of passing values.you can find the deets here: https://wikidocs.adobe.com/wiki/display/coldfusionen/cfchart On Mon, Sep 29, 2014 at 1:04 PM, Al Musella, DPM muse...@virtualtrials.com wrote: Maybe replace the $ with # At 03:40 PM 9/29/2014, you wrote

RE: cfchart in cfdocument

2014-09-08 Thread David Phelan
Sorry, I'm using cfchart. I remember looking into different charting options for another project some time ago and did find a gauge chart available so I know it's available, but do not remember where I found it. -Original Message- From: Anthony Doherty [mailto:anthony...@gmail.com

cfchart in cfdocument

2014-09-05 Thread David Phelan
I am trying to creating a PDF document that contains a number of charts within (over 360). I had run the document with a simple query to produce the charts and then applied the real query. With the dummy query, the page took some time to run, but everything appeared fine in the document.

RE: cfchart in cfdocument

2014-09-05 Thread David Phelan
Never mind, I figured it out. I stored the images in an array and used cfimage to render them to the browser. -Original Message- From: David Phelan [mailto:dphe...@emerginghealthit.com] Sent: Friday, September 05, 2014 3:15 PM To: cf-talk Subject: cfchart in cfdocument I am trying

Re: cfchart in cfdocument

2014-09-05 Thread Anthony Doherty
Are you using cfchart or an other charting option. The reason I'm asking is I'm trying to create a dashboard with 10 charts but think CF is a little limited with the chart options. Ie I'm trying to create a gauge chart Thanks Sent from my iPhone On 5 Sep 2014, at 20:30, David Phelan dphe

cfchart / WebCharts 3D

2013-12-03 Thread Stephens, Larry V
in some upgrade? Section 3: cfchart format=png chartheight=800 chartwidth=800 style=#cxml# cfchartseries type=pie itemcolumn=fruit valuecolumn=total query=q /cfchartseries /cfchart Going back to Section 2, you'll see is3D=false You can see an example of this at http://inlocc.iu.edu/orm/test.cfm

cfchart

2013-11-19 Thread Stephens, Larry V
cfchart format=jpg databackgroundcolor=white fontsize=14 scalefrom=-1 scaleto=#hival# font=Arial foregroundcolor=maroon title=Law Firm Spend Report showxgridlines=yes chartwidth=#xsize# show3d=no cfchartseries type=curve query=GetS itemcolumn=LawFirm

Re: cfchart

2013-11-19 Thread morgan lindley
The pie example's cfchartseries appears to be missing the query=GetS attribute. 19 records might get crowded and illegible, but it won't give you nothing. On Tue, Nov 19, 2013 at 3:38 PM, Stephens, Larry V steph...@iu.edu wrote: cfchart format=jpg databackgroundcolor=white fontsize=14

cfchart - Scatter over Bar chart

2013-07-05 Thread Rene Claassen
. cfchart format=flash chartheight=300 title=Team Scores - Most Recent Routine Review showborder=yes scaleFrom = 0 gridlines=#gridlines# scaleTo = #scaleTo# chartwidth=650 seriesplacement=default labelformat=number tipstyle=mouseOver xaxistype=scale cfchartseries type=bar seriescolor=0053A6

RE: emailing a cfchart?

2012-02-21 Thread DURETTE, STEVEN J
Actually in a way you can. Generate the charts as files, then use cfmailparam to include the files. Create a variable that holds the fileinformation: cfset LocationAndFileName = getTempFile(getTempDirectory()) .png / Generate your chart as a variable and then save it: cfchart format=png name

Re: emailing a cfchart?

2012-02-21 Thread Dave Watts
I haven't had a chance to check this, but does CF10 no longer provide the ability to generate static images for charts? It looks like everything is canvas or Flash-based, which is going to be problematic for emailing or using in a PDF--both of which I use. I don't know, honestly, but I

Re: emailing a cfchart?

2012-02-21 Thread Raymond Camden
CF10's charting support has both the old way and the new hot way, so you can still do server side charting. On Tue, Feb 21, 2012 at 11:08 AM, Dave Watts dwa...@figleaf.com wrote: I haven't had a chance to check this, but does CF10 no longer provide the ability to generate static images for

emailing a cfchart?

2012-02-20 Thread Les Irvin
Is it possible to have cfchart code (format=png or jpg) within a cfmail tag and have the graphic actually show up in the email? I can't seem to manage it... Thanks in advance for any help, Les ~| Order the Adobe Coldfusion

Re: emailing a cfchart?

2012-02-20 Thread Dave Watts
Is it possible to have cfchart code (format=png or jpg) within a cfmail tag and have the graphic actually show up in the email? I can't seem to manage it... Not directly, by default, because what CFCHART generates is a time-limited URL to a servlet that produces the image, rather than

Re: emailing a cfchart?

2012-02-20 Thread Dan G. Switzer, II
, February 20, 2012, Dave Watts wrote: Is it possible to have cfchart code (format=png or jpg) within a cfmail tag and have the graphic actually show up in the email? I can't seem to manage it... Not directly, by default, because what CFCHART generates is a time-limited URL to a servlet

cfchart bar chart for group by query result set

2012-02-18 Thread sarah mfr
I have a result set that has the following columns studentid,sectionid,tracedate,duration,pagehits I want to draw a horizontal bar chart per student per section displaying tracedate as xaxis and duration and pagehits as the yaxis one below the other Thanks

Re: cfchart bar chart for group by query result set

2012-02-18 Thread Leigh
What issue are you having with your code? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: CFchart / currency

2011-05-20 Thread Raymond Camden
Cool. So just FYI - what you saw with the pie chart was kinda expected. I should have warned you first. My XML was for one type. Either way - it's interesting that you could also fixed this via JRE locale. Do you mind adding this tip to my blog post as a comment? For folks on a shared system, my

RE: CFchart / currency

2011-05-20 Thread Jenny Gavin-Wear
sure thing, will do .. -Original Message- From: Raymond Camden [mailto:rcam...@gmail.com] Sent: 20 May 2011 12:55 To: cf-talk Subject: Re: CFchart / currency Cool. So just FYI - what you saw with the pie chart was kinda expected. I should have warned you first. My XML was for one

CFchart / currency

2011-05-19 Thread Jenny Gavin-Wear
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:

Re: CFchart / currency

2011-05-19 Thread Raymond Camden
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

RE: CFchart / currency

2011-05-19 Thread Jenny Gavin-Wear
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

Re: CFchart / currency

2011-05-19 Thread Raymond Camden
Actually the chart editor is old. Go to your cf root, charting, and run webcharts.bat (or the Unix flavor). It's a graphical editor that spits out a style XML you can use in cfchart. Search my blog for cfchart. I've got a butt load of entries on it that talk about this tool and custom XML

Re: CFchart / currency

2011-05-19 Thread Raymond Camden
that spits out a style XML you can use in cfchart. Search my blog for cfchart. I've got a butt load of entries on it that talk about this tool and custom XML. (And I'll have an entry for this at lunch.) On Thu, May 19, 2011 at 9:50 AM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote: Hi Ray

Re: CFchart / currency

2011-05-19 Thread Raymond Camden
http://www.coldfusionjedi.com/index.cfm/2011/5/19/cfchart-and-nonAmerican-locales Blog post. With pictures. It's pure winning. On Thu, May 19, 2011 at 10:37 AM, Raymond Camden rcam...@gmail.com wrote: I just checked - CF7 added the ability to use styles. You should be all set. On Thu, May

RE: CFchart / currency

2011-05-19 Thread Jenny Gavin-Wear
Awesome, thanks Ray :) -Original Message- From: Raymond Camden [mailto:rcam...@gmail.com] Sent: 19 May 2011 19:04 To: cf-talk Subject: Re: CFchart / currency http://www.coldfusionjedi.com/index.cfm/2011/5/19/cfchart-and-nonA merican-locales Blog post. With pictures. It's pure winning

RE: CFchart / currency

2011-05-19 Thread Jenny Gavin-Wear
copied and pasted from your blog entry. I'm getting the error: The system cannot find the file specified. Line 73 is highlighted in the following: 171 : cfchart format=flash chartheight=300 chartwidth=400 showxgridlines=no labelformat=currency show3d=yes pieslicestyle=sliced style=#style# 172 : url

Re: CFchart / currency

2011-05-19 Thread Raymond Camden
The chart editor I see in DW doesn't have the options to turn off locale or set lang and country.  But I used the following laboriously copied and pasted from your blog entry. That's a cfchart tag editior. It can't/shouldn't contain what you see in the Java based program since - well it's

RE: CFchart / currency

2011-05-19 Thread Jenny Gavin-Wear
From posting on another forum: There are 2 ways to reference the web chart XML in the cfchart tag. Firstly, you can copy the XML file to the chart styles folder which will be somethinf like C:\CFusionMX\charting\styles, when using this method you do not need the .xml extension:- But I find

Re: CFchart / currency

2011-05-19 Thread Raymond Camden
slices? On Thu, May 19, 2011 at 3:30 PM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote: From posting on another forum: There are 2 ways to reference the web chart XML in the cfchart tag. Firstly, you can copy the XML file to the chart styles folder which will be somethinf like C

RE: CFchart / currency

2011-05-19 Thread Jenny Gavin-Wear
Feeling smug .. lol Changed the JRE locale in CF admin -Duser.language=en -Duser.region=GB Works as it should now :) -Original Message- From: Raymond Camden [mailto:rcam...@gmail.com] Sent: 19 May 2011 22:05 To: cf-talk Subject: Re: CFchart / currency Ah yes - my chart

Re: Using CFCHART with time values

2011-03-20 Thread Raymond Camden
Have you looked at the chart editor that ships with CF? It's a java based program you can find in the charting directory and allows for a great deal of customization. It generates an XML file you can load in via cfchart. If you search my blog for cfchart, you will see a butt load of examples

Using CFCHART with time values

2011-03-19 Thread Pete Ruckelshaus
I've built a fairly simple app using CF9 to keep track of results for my track athletes (I teach HS CompSci and coach track). I'd like to compile results for an individual athlete's events into a scatter chart of time (or distance, for non-timed events) on the X axis and date on the Y axis so

CFChart - Combining Stacked Area and Line Series

2011-03-16 Thread Mike Basham
I have a chart with 6 stacked data series, 5 of them area, and one line. When I try to put the line between area series 3 and 5, it plots the line, but cuts off area series 5 and 6. For example: cfchartseries ... type=area ... ... /cfchartseries cfchartseries ... type=area ... ...

cfchart and datalabel

2011-03-05 Thread sachin chawla
Hi, I am working on coldfusion 8 charting and have couple of issue: 1. When I create a 3D bar graph the datalabel are getting displayed just above the bar but I need some space between the datalabel and the bar so I used below code to achieve that: dataLabels style=Pattern

Re: CFCHART:: no values for ## itemlabel ##

2010-11-02 Thread Jay Birdsell
   url=chartTestDetails.cfm?org=#itemlabel# If you are trying to use the pseudo-variables, the syntax is $ITEMLABEL$ http://livedocs.adobe.com/coldfusion/8/Tags_c_05.html Leigh, Thanks that was it. ~| Order the Adobe

CFCHART:: no values for # itemlabel #

2010-11-01 Thread Jay Birdsell
I have a chart that I want to drill down from however #itemlabel# is not being passed a value. My code cfchart chartheight=240 chartwidth=320 yaxistitle=employees url=chartTestDetails.cfm?org=#itemlabel# cfchartseries type=pie

Re: CFCHART:: no values for # itemlabel #

2010-11-01 Thread Leigh
   url=chartTestDetails.cfm?org=#itemlabel# If you are trying to use the pseudo-variables, the syntax is $ITEMLABEL$ http://livedocs.adobe.com/coldfusion/8/Tags_c_05.html ~| Order the Adobe Coldfusion Anthology now!

Coldfusion 8 CFChart xaxis gridlines

2010-06-14 Thread Myron Ware
Hi All, I've just upgraded from MX6.1 to CF8 and have noticed a couple of differences with CFChart. My chartseries line graph data consists of numeric readings taken every 2 hours each day. In MX6.1, I display the x-axis labels for each day and the vertical grid-lines correspond to each

cfchart ignores scalefrom value

2010-06-07 Thread Monte Chan
Hi all, I have the following codes in my page. The style variable holds the custom style. cfchart chartheight=450 chartwidth=550 gridlines=9 yaxistitle=Score scalefrom=20 scaleto=100 style=#style# format=png cfchartseries query=variables.chart_query type=scatter seriescolor

Re: cfchart ignores my scalefrom value

2010-04-29 Thread Monte Chan
setting one of the items (ex. 2008) a value of 0 or something off the chart; it would scale according to this off-the-chart value and the 2009 value. In short, I have to have at least two items with values between 20 and 100 in order for cfchart to scale from 20 to 100. My question is, how can I

cfchart ignores my scalefrom value

2010-04-28 Thread Monte Chan
Hi all, I have the following codes in my page. The style variable holds the custom style. The custom style is quite big and I am not going to post all the codes here unless I absolutely have to. cfchart chartheight=450 chartwidth=550 gridlines=9 yaxistitle=Score scalefrom=20 scaleto=100

Re: cfchart or webcharts3D

2010-04-17 Thread Leigh
how this can be done in cfchart or webcharts3D?  For CF8, you could do something like this using a custom style: http://i.imagehost.org/0887/chartIdeal1_viaWebcharts.png http://i.imagehost.org/0272/chartIdeal1_viaCFChart.png But use a scatter series instead. In your custom style, use the y

Re: cfchart and bar colors

2010-04-16 Thread Larry Lyons
Thanks ofr the suggestion. Ray Camden helped me on this one, and ended up blogging about it. Here's the link to Ray's blog post on it: http://www.coldfusionjedi.com/index.cfm/2010/3/12/Coloring-CFCHART-Dynamically The cfChartSeries attribute colorlist will allow a series of colors

cfchart or webcharts3D

2010-04-16 Thread Monte Chan
Hi all, I am not sure if either cfchart or webcharts3D (comes with CF since MX 7, it is located in the charting folder in the cf installation directory) can handle what I want to do. I am hoping that I would be able to get some pointers here. This Chart Ideal 1 is exactly how my client

Re: cfchart and bar colors

2010-04-16 Thread Leigh
Thanks ofr the suggestion. Ray Camden helped me on this one, and ended up blogging about it. Here's the link to Ray's blog post on it: You inspired a blog entry, cool! Yes, I can see he was thinking along similar lines. Except he used CF versus SQL + valueList(query.BarColor). Nice follow-up

Re: cfchart and bar colors

2010-04-15 Thread Leigh
The cfChartSeries attribute colorlist will allow a series of colors, but in this case the X axis is ordered by department name rather than by response percentage. Just sifting through a ton of old mailing list items .. I am sure you figured this out already. But for the archives, you could

404 and CFCHART Problem

2010-03-26 Thread Robert Harrison
Can't believe this bit me, but... In a previous thread I was asking about getting a custom 404.cfm to display on missing .cfm pages. Got that working. In that thread someone mentioned it could cause a problem with CFchart because it references some kind of page that doesn't exists, and I'd

Re: 404 and CFCHART Problem

2010-03-26 Thread Dave Watts
In a previous thread I was asking about getting a custom 404.cfm to display on missing .cfm pages. Got that working. In that thread someone mentioned it could cause a problem with CFchart because it references some kind of page that doesn't exists, and I'd have to make a fake page if I used

RE: 404 and CFCHART Problem

2010-03-26 Thread Robert Harrison
in to our blog: AW Unplugged http://www.austin-williams.com/unplugged -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Friday, March 26, 2010 1:47 PM To: cf-talk Subject: Re: 404 and CFCHART Problem In a previous thread I was asking about getting a custom 404.cfm

Re: cfchart and bar colors

2010-03-12 Thread Larry Lyons
--- bump --- ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331667

CFChart, CFChartSeries with ItemColumn and ValueColumn

2010-03-11 Thread vidya yegnaraman
Hi, I am using cfchart to plot a graph. It pulls data from the database for the plot values. The value from the database columns is fed as the value for the attributes itemcolumn and valuecolumn. Since, it take the db values, the graph units for the x axis and y axis come as some float numbers

cfchart and bar colors

2010-03-11 Thread Larry Lyons
Greeting, I have a cfchart where we display percent responses by department. While cfchartseries will set the colour for all the bars, the powers that be want the color to be different for each bar depending on the response percentage, as in:. 0 - 49 % red 50-74% orange 75%-89% green 90

cfchart - cfchartseries - cfchartdata

2010-01-26 Thread Ryan Duckworth
I would like to change my cfchart to only show the label in my cfchartseries for the first and last data point. I can turn on/off the labels for the entire cfchartseries using on: datalabelstyle=value off: datalabelstyle=none How can I turn it on for the first and last data point, but off

Re: cfchart - cfchartseries - cfchartdata

2010-01-26 Thread Leigh
Have you tried looking at the webcharts utility? See Using WebCharts3d to create chart styles http://livedocs.adobe.com/coldfusion/8/htmldocs/graphing_06.html ~| Want to reach the ColdFusion community with something

cfchart - stacked bar chart

2010-01-14 Thread Chris D
(25+2+59 stacked), etc. Now running the same code with CF9, it's taking all of the totals and stacking them into each dept so the total accounts is the same in every department. 1401 has 215 accounts; 1+40+25...+69 stacked. 1472 also has 215 accounts... etc. Here's the code: cfchart format=jpg

cfchart - stacked bar chart

2010-01-14 Thread Chris Dicamillo
+2+59 stacked), etc. Now running the same code with CF9, it's taking all of the totals and stacking them into each dept so the total accounts is the same in every department. 1401 has 215 accounts; 1+40+25...+69 stacked. 1472 also has 215 accounts... etc. Here's the code: cfchart format=jpg

cfdocument and cfchart stopped working when moved to Windows 2003

2009-12-24 Thread Elena Simsarian
We just moved our content to a new server: from Windows 2000 to Windows 2003. We are using Cold Fusion MX 7,0,2,142559. Everything works properly after the move except: 1. cfdocument (any, the simpliest one) hangs producing error:The document has no pages. null 2. cfchart crashes producing

CF7 CFCHART - Unable to find font: Dialog. when Arial is used?

2009-12-03 Thread Rob Barthle
I am getting this error on a pie and bar chart in a CF7 application sitting on OS X: Unable to find font: Dialog. What makes no sense is that the font selected in the CFCHART tag is Arial. Also, I have another CF7 application that uses CFCHART with Arial selected for the font

Re: CFCHART Question: Multiple bar colors with Single Series Chart

2009-11-03 Thread Robert Bell
Not sure if I am reading your post correct, but this makes multiple bar colors on a bar chart for me ? cfchart yAxisTitle=Project Count xAxisTitle=Projects by Status cfchartseries colorlist=black,olive,green,red,blue,yellow,purple type=bar query=count_status valueColumn=status_count itemColumn

Re: CFCHART Question: Multiple bar colors with Single Series Chart

2009-11-03 Thread Leigh
Not sure if I am reading your post correct, but this makes multiple bar colors on a bar chart for me ? Yes. It must be a bug in the documentation that colorList can only be used for pie charts. As you say, it works fine for bar charts as well. -Leigh

CFCHART Question: Multiple bar colors with Single Series Chart

2009-11-02 Thread Brook Davies
Hey People, I have been struggling with this for a long time today. I am using CFCHART and creating styles with the webcharts3d designer, everything is going fine except that I can not get multiple bar colors for a single series bar chart: cfchart format=png chartWidth=300 chartheight=300

CFCHART Question: Multiple bar colors with Single Series Chart

2009-11-02 Thread Brook Davies
Hey People, I have been struggling with this for a long time today. I am using CFCHART and creating styles with the webcharts3d designer, everything is going fine except that I can not get multiple bar colors for a single series bar chart: cfchart format=png chartWidth=300

Re: CFCHART Question: Multiple bar colors with Single Series Chart

2009-11-02 Thread Leigh
cfchartseries colorlist attribute will support horizontal barcharts (but currently only supports pie charts). I am pretty sure I have used colorList with bar charts under CF8. Run a quick test and try it. ~|

RE: CFCHART Question: Multiple bar colors with Single Series Chart

2009-11-02 Thread Brook Davies
Thanks Leigh that worked! I shouldn't have missed that... -Original Message- From: Leigh [mailto:cfsearch...@yahoo.com] Sent: November-02-09 1:45 PM To: cf-talk Subject: Re: CFCHART Question: Multiple bar colors with Single Series Chart cfchartseries colorlist attribute will support

Re: rotating cfchart

2009-10-22 Thread Leigh
You are welcome :) -Leigh ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

rotating cfchart

2009-10-21 Thread Michael Dinowitz
ColdFusion MX used to have an attribute called rotate which would rotate a chart by 90 degrees. This was removed in ColdFusion 7 without a good replacement. I've seen many people talk about using a horizontalbar but this causes the bars to come from the side, not what I'm looking for. This

Re: rotating cfchart

2009-10-21 Thread Barney Boisvert
Can you post a link that isn't secured? On Wed, Oct 21, 2009 at 12:35 PM, Michael Dinowitz mdino...@houseoffusion.com wrote: ColdFusion MX used to have an attribute called rotate which would rotate a chart by 90 degrees. This was removed in ColdFusion 7 without a good replacement. I've seen

Re: rotating cfchart

2009-10-21 Thread Michael Dinowitz
Sorry. Here it is: http://docs.google.com/View?id=dfhfz5dw_12c2cd2dfp Thanks -- Michael Dinowitz (http://www.linkedin.com/in/mdinowitz) ~| Want to reach the ColdFusion community with something they want? Let them know on the

Re: rotating cfchart

2009-10-21 Thread Leigh
frame xDepth=12 yDepth=11 primaryYAxisPlacement=Right/ /frameChart /cfsavecontent cfchart style=#style# cfchartseries type=bar cfchartdata item=ICD9 value=5.5 cfchartdata item=ICD950 value=39.5 /cfchartseries /cfchart -Leigh

Re: rotating cfchart

2009-10-21 Thread Michael Dinowitz
version=1.0 encoding=UTF-8? frameChart        frame xDepth=12 yDepth=11 primaryYAxisPlacement=Right/ /frameChart /cfsavecontent cfchart style=#style#        cfchartseries type=bar                cfchartdata item=ICD9 value=5.5                cfchartdata item=ICD950 value=39.5

Re: More pie chart issues with CFChart

2009-10-20 Thread Sandra Clark
/ to paint paint=Pattern/ - Used the custom style: cfset custom = FileRead(ExpandPath(myPattern_pie.xml)) cfchart style=#custom #/cfchart -Leigh ~| Want to reach the ColdFusion community with something they want? Let them

Re: More pie chart issues with CFChart

2009-10-20 Thread Leigh
When using paint paint=Pattern in the xml style sheet, remember to remove the attribute paintstyle=Plain Yes, you cannot have two of the same attribute. So just replacing the paint paint=Plain/ line with paint paint=Pattern/ does the trick. -Leigh

More pie chart issues with CFChart

2009-10-16 Thread Sandra Clark
So today, I was asked to apply patterns to the pie slices in my CFChart. I thought it would be no problem, I went into the Web3d Charting program, added the option paint paint=Pattern and was shown a nicely patterned pie chart in the example. Copied the xml into my pie.xml on my system, ran

Re: More pie chart issues with CFChart

2009-10-16 Thread Leigh
: - Changed paint paint=Plain/ to paint paint=Pattern/ - Used the custom style: cfset custom = FileRead(ExpandPath(myPattern_pie.xml)) cfchart style=#custom #/cfchart -Leigh ~| Want to reach the ColdFusion community

Re: Style attribute not workin in CF8 CFChart?

2009-10-01 Thread slli...@shayna.com slli...@shayna.com
Just in case anyone else has this problem in the future and finds this via a search, I managed to fix it. I went ahead and moved the xml stylesheet out of the cfsavecontentvariable and into a xml file in the same directory. I then called the xml file via the style attribute. cfchart style

Re: Style attribute not workin in CF8 CFChart?

2009-10-01 Thread Raymond Camden
in the future and finds this via a search, I managed to fix it. I went ahead and moved the xml stylesheet out of the cfsavecontentvariable and into a xml file in the same directory.  I then called the xml file via the style attribute. cfchart style=pie.xml This solved the issue on my test server

Re: Style attribute not workin in CF8 CFChart?

2009-10-01 Thread Sandra Clark
directory. I then called the xml file via the style attribute. cfchart style=pie.xml This solved the issue on my test server. Why it solved the issue I have no idea, but its working now. ~| Want to reach

Style attribute not workin in CF8 CFChart?

2009-09-30 Thread slli...@shayna.com slli...@shayna.com
Okay, this is a wierd one. I am currently working on applying an xml style set to a cfchart tag using the style= attributes. Locally, this works fine, however when I port the chart to the testing server, it breaks with the error, The chart type specified in the style is not a supported

cfchart question

2009-06-28 Thread Victor Moore
Hi, I have a question regarding charting. Environment CF8.x developer latest patch, on Windows. I have the following chart: cfchart format=flash chartHeight=350 chartWidth=500 gridlines=5 dataBackgroundColor=##cc showBorder=no backgroundColor=##cc

CFIDE / CFCHART Issue in CF8

2009-06-21 Thread Alan Rother
Hey All, Has anyone run into this. I have a CF8 install on the box that I host. I'm trying to play with CFCHART and it won't load any of the charts. HTTPFOX tells me it's because it cannot find a file /CFIDE/GetData.cfm I have found a few loose notes on the web about this, and I've tried all

Re: CFIDE / CFCHART Issue in CF8

2009-06-21 Thread Dave Watts
Has anyone run into this. I have a CF8 install on the box that I host. I'm trying to play with CFCHART and it won't load any of the charts. HTTPFOX tells me it's because it cannot find a file /CFIDE/GetData.cfm I think the correct URL is /CFIDE/GraphData.cfm, actually. I have found a few

Re: CFIDE / CFCHART Issue in CF8

2009-06-21 Thread Alan Rother
I think the correct URL is /CFIDE/GraphData.cfm, actually. Doh.. Fat Fingered it, yeah I meant GraphData.cfm Added the VD in IIS and BAM... Problem solved... Dave, as always you are my hero! I will find you @ Max this year and your choice of beverage is on me. =] -- Alan Rother Adobe Certified

Solved --- CFChart DateRange

2009-04-07 Thread cfcom
All fixed, thank you anyway. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive:

CFChart DateRange

2009-04-07 Thread cfcom
I have a form to pass date ranges to cfchart but its coming up empty, any ideas? form method=post action=chartresults.cfm name=request_range pStart Date: input type=text name=startDate value=cfoutput#DateFormat(Now(), '-mm-dd')#/cfoutput onfocus=this.value

Cfchart and cfdocument

2009-02-26 Thread bachinmd
the two environment, but I can find no documentation on the matter. Does anyone have any thoughts on this? -- View this message in context: http://www.nabble.com/Cfchart-and-cfdocument-tp8098p8098.html Sent from the Cold Fusion - Technical mailing list archive at Nabble.com

CF8: CFChart (FLASH) to PDF issue.

2009-02-23 Thread Varun Dixit
I am trying to put chart being generated in Flash into a PDF file, but all I am getting is blank PDF, just with the watermark saying that its a developer edition. This problem is persistent for Flash only. My PNG chart looks great in PDF. Any thoughts? Am I missing something???

Re: CF8: CFChart (FLASH) to PDF issue.

2009-02-23 Thread Dave Watts
I am trying to put chart being generated in Flash into a PDF file, but all I am getting is blank PDF, just with the watermark saying that its a developer edition. This problem is persistent for Flash only. My PNG chart looks great in PDF. Any thoughts? Am I missing something??? I don't

Re: CF8: CFChart (FLASH) to PDF issue.

2009-02-23 Thread Varun Dixit
Dave, I was thinking the same thing, till I read documentation about CF8-- CFChart tag, From CF8 live docs:- ColdFusion 8: Added support for embedding Flash charts within the cfdocument tag. http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_c_05.html So I think

Re: CF8: CFChart (FLASH) to PDF issue.

2009-02-23 Thread Paul Hastings
Varun Dixit wrote: I was thinking the same thing, till I read documentation about CF8-- CFChart tag, no, the docs are wrong in this case. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date

Re: CF8: CFChart (FLASH) to PDF issue.

2009-02-23 Thread Varun Dixit
the same thing, till I read documentation about CF8-- CFChart tag, no, the docs are wrong in this case. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http

Re: CF8: CFChart (FLASH) to PDF issue.

2009-02-23 Thread Paul Hastings
Varun Dixit wrote: There goes my 2 days of research into finding fix for this problem. I should have posted it right away on the listg well if you *really* need to do this don't mind getting your hands dirty w/iText (the java lib that powers cfdocument, etc.) you can probably handle

Re: CFChart multiple series

2009-02-22 Thread Raymond Camden
a cfchartdata with value = 0 for each of the future months, but that messes up February. There must be something that I am not understanding about how cfchartseries works. Here is the code: cfchart title=Web Sales - #c# Channel chartwidth=450 seriesplacement=cluster showlegend=yes cfloop query

CFChart multiple series

2009-02-20 Thread Billy Cox
have tried using a cfchartdata with value = 0 for each of the future months, but that messes up February. There must be something that I am not understanding about how cfchartseries works. Here is the code: cfchart title=Web Sales - #c# Channel chartwidth=450 seriesplacement=cluster showlegend

CFCHART / x-axis format

2009-02-15 Thread Terry Ford
Hey folks, CF8. I am plotting on X-axis scores (values 1 to 10), and on the Y-axis the number of people scoring that score. However, CFCHART is formatting the scores as decimals: 1.0, 2.0,...,10.0. I have tried all sorts of things in the associated xml stylesheet: xAxis

Re: CFCHART / x-axis format

2009-02-15 Thread Raymond Camden
Can you show a bit more code, specifically how you pass the XML to cfchart? On Sun, Feb 15, 2009 at 3:40 PM, Terry Ford terryfor...@yahoo.com wrote: Hey folks, CF8. I am plotting on X-axis scores (values 1 to 10), and on the Y-axis the number of people scoring that score. However

  1   2   3   4   5   6   7   8   >