Tue Nov 03, 2009 2:45 pm
Replies: 6
Views: 261
Unfortunately, I cannot help you there. Oh well, one out of two is not bad ;-)

Tue Nov 03, 2009 2:01 pm
Replies: 6
Views: 261
Yes, there are always new things to add an decipher ;-) But I meant, do you not have access to CF8's built in cfzip tag? If so, you could use that as opposed to a custom tag.

Tue Nov 03, 2009 1:49 pm
Replies: 6
Views: 261
Do you not have access to cfzip?

Fri Oct 02, 2009 3:34 am
Replies: 1
Views: 477
What you are describing sounds like a possible race condition. But a lot depends on exactly how your code is structured. Can you post the relevant sections of your application.cfm? Minus any identify ...

Fri Jul 10, 2009 5:47 am
Replies: 1
Views: 1136
If the cfc is in the same directory, that almost certainly rules out a path issue.


<cfinvoke
component="cf_googleImages.cfc" ...>


Leave off the ".cfc" file extension. ie Ju ...

Mon Jun 29, 2009 6:55 pm
Replies: 1
Views: 1237
I am guessing you did not check the documentation ;-)

<cfchartseries type="horizontalbar" ..>
http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_c_07.html

Wed May 06, 2009 5:55 pm
Replies: 20
Views: 8772
Yes, I would be very surprised if a host allowed you access to their copy. But you can at least test it locally. Assuming you have the CF8 developer version installed on your computer.

Wed May 06, 2009 4:03 pm
Replies: 20
Views: 8772
You are welcome. If you are ever curious about the charting engine CF uses, try out the built in WebCharts3D utility. It is an interesting tool.

C:\ColdFusion8\charting\webcharts.bat
http://live ...

Wed May 06, 2009 3:22 pm
Replies: 20
Views: 8772
It is controlled by an xml file. IIRC, the default for bar charts is C:\ColdFusion8\charting\styles\default.xml . In the file it defines colors for series 0 through 27


<series index="0&q ...

Tue May 05, 2009 10:08 pm
Replies: 20
Views: 8772
Oh, I see what you are saying. Since you are now using one series per year, you have remove the #rentalYear# from the data item value. Otherwise, the values are not grouped together.

<cfchartd ...

Tue May 05, 2009 9:00 pm
Replies: 20
Views: 8772
Grouping requires at least two sets of <cfoutput> tags (not cfloop) and the tags _must_ be nested correctly or you will get the wrong results.

You are still not using cfoutput correctly. Lo ...

Tue May 05, 2009 8:04 pm
Replies: 20
Views: 8772
Yuck. So much for using code tags. ..

Tue May 05, 2009 8:02 pm
Replies: 20
Views: 8772
Your cfoutput "group" is not quite right. Grouping requires at least two sets of <cfoutput> tags (not cfloop) and the tags _must_ be nested correctly or you will get the wrong results. It is v ...

Tue May 05, 2009 6:45 pm
Replies: 20
Views: 8772
The results still come up in a single series of data, but I need a cfchart series for each year

Yes, that is what the code is telling it to do. Take a look at cfoutput's group attribute. That wo ...

Tue May 05, 2009 5:13 pm
Replies: 20
Views: 8772
I still only get one year displayed

Probably because you are charting the values by month, not month _and_ year, so cfchart lumps the values together. Try using month and year as your data label. ...
Page 1 of 2
All times are GMT