CFGRAPH CF 4.5

Is there available in 4.5 CFGRAPH tags?

I've been Googling for something else and came across this: http://www.buntel.com/blog/index.cfm?mode=entry & entry = C693E2DB-4E22-1671-5BE25FE982A9621D and Alex Sherwood's comment implies that there. However, I can't seem to find anything about it on Adobe.com or in my Allaire 4.0 book, but I don't find much in this book... it's kind of set up strange.

In any case, it would be awesome if it y a. Let me know, thanks!

Well, a little ', here are some applets I've hidden a long time ago that
used to come with 4.5, or a separate download, I don't remember... it's
many CFing ago. ;-)
http://www.recfusion.com/cfgraphzip.zip
Classes must be placed in the directory CFIDE\classes\ (paths
are in the zip)
HTH
--
Tim Carley
www.recfusion.com
[email protected]

Tags: ColdFusion

Similar Questions

  • CFGraph amortized? Is there something out there to replace?

    I did all my development in CFMX (CF6) for years because I was in development for her at Allaire/Macromedia team. However, my site is deployed on a CF8 platform. I have a software that generates graphs based on the results of the survey on the fly (bar, pie, line based on user preference/button pushing). I use "itemLabelOrientation = vertical" and under my env to development CF6, it generates a graph that uses vertical words (only if it needs, for example the graph on the left) and horizontal when words do not necessary. It automaticaly makes this decision when I use the 'vertical = itemLabelOrientation' attribute.

    barvert.jpgbarhor.jpg

    HOWEVER it does not honor the attribute... under CF8 and product

    barcf8.jpg

    So went the CF8 to discover language reference manual that CFGRAPH is amortized! Arrrrrgh... And he is told to stop using it and it may disappear in future versions.  I think ask Crystal Tech (now NewTech) if they can run my site under Nf6 workaround; but I'm not sure they offer it and I'd rather that there is something that is not the end of life that I can use instead of the CFGRAPH call.

    Is there any substitute CFGraph can I integrate into my ColdFusion code to keep this thing going for years to come?  I always liked CFGraph. I used to do QA on CFGraph.

    Thank you

    Steve

    Don't know what you read the docs.  But those official:

    CFCHART

    http://livedocs.Adobe.com/ColdFusion/8/htmldocs/Tags_c_05.html

    CFCHARTSERIES

    http://livedocs.Adobe.com/ColdFusion/8/htmldocs/Tags_c_07.html#2741830

    (this is where you set the chart type)

    CFCHARTDATA

    http://livedocs.Adobe.com/ColdFusion/8/htmldocs/Tags_c_06.html#2748541

    Graphics & graphic creation

    http://livedocs.Adobe.com/ColdFusion/8/htmldocs/graphing_01.html#1156498

    Those that cover everything you need.

    CFGRAPH has been deprecated (Note: "amortized" is another word that means something different, btw) since CFMX6.1, as far as I know.  CFGRAPH was based on a half-arsed implementation that stopped almost immediately.

    Pls tell me that you do not CFMX6.0 run.  Please tell me that you use at least using 6.1.  6.0 was a bit like an alpha for 6.1.  It is inappropriate to use it in production.

    --

    Adam

  • is cfgraph in cf5 works for cf8?

    < cfgraph type = 'bar' query = "q_data" = "sales_percentage" PostesColonne = valueColumn 'period '.
    graphHeight = 450 graphWidth = "600" itemLabelOrientation = 'horizontal '.
    colorList = "# 87CEFA # FFA07A, F0E68C #, 66CDAA #, # CD853F;
    title = "#form.yearno # #savDeptName #(% deles de ventes) - Store #form.store #" scaleFrom = #min_sales #.
    scaleTo #max_sales = # >
    < / cfgraph >

    Hi This is the tag that is used in cf5 and when I try to use the same tag cf-8 the output should be the same as before. What I can do is that the tag should be changed in cf8 or we need changes for this tag. Please help me in this.

    CFGRAPH is frowned upon in CF8, use CFCHART and friends. You mind

    to read the Manual:

    http://livedocs.Adobe.com/ColdFusion/8/htmldocs/help.HTML?content=Tags_g-h_01.html

    ?

    Mack

  • CFCHART adding javascript JSON

    I recently upgraded from CF9 to CF11 (development version) running on localhost and I'm having the following problem. I have a CFC that saves some data, creates some cfcharts and records them to disk. It is added at the beginning of the JSON object that is returned to the client, causing the ajax call to fail:

    < script type = "text/javascript" > / * <! [CDATA [* / _cf_loadingtexthtml = "< img alt =" "' src='/CFIDE/scripts/ajax/resources/cf/images/loading.gif'/ > ';"]]

    _cf_contextpath ="";

    _cf_ajaxscriptsrc = "/ CFIDE/scripts/ajax."

    _cf_jsonprefix ='/ /';

    _cf_websocket_port = 8577;

    _cf_flash_policy_port = 1243;

    _cf_clientid = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx '; "[[/ *]] > * / < /script > < script type =" text/javascript"src="/CFIDE/scripts/ajax/messages/cfmessage.js "> < / script >

    "< script type =" text/javascript"src="/CFIDE/scripts/ajax/package/cfajax.js "> < / script >

    "< script type =" text/javascript"src="/CFIDE/scripts/chart/cfchart-server.js "> < / script >

    This only happens when I run the code in the CFC that creates graphics. If I comment out, it works very well.

    Post edited by: Carl Von Stetten (CFGRAPH changed to CFCHART in title)

    My colleague came up with a work around for this. He suggested that I run the part of the code that generates the graphics in a separate thread and that seems to work. I guess everything that triggers CF to precede the return data has been bypassed by this.

  • Upgrading from Version 5 to 10

    Hi all

    I'm looking in the upgrade from Coldfusion 5 to 10 and I was wondering if anyone knows first if this is possible and if there are problems/bugs that I might need to know. We have some code that's already there and work but wanted to get to the latest version so any help would be much appreciated.

    Thanks in advance

    There is a code Analyzer in CFAdmin, that should help you to resolve incompatibilities. It does not date back as far as CF5, but it'll be a start.

    One thing to watch is that CF5 is quite forgive to have names of variables such as "URL", that's a problem you, because scope names are now reserved words.

    You may have to migrate your codebase on CF9 and cfcompile the whole lot. Who will appear in the compiler errors (for example: illegal syntax). I think cfcompile is absent from CF10 (impossible to check: am at the pub for the moment).

    Also a few old com + and CFX tags should not work now. Check all out them.

    Oh: CFMX6 from DB connections are done via JDBC, not OLEDB or ODBC, and that made me some compat issues too.

    And the last thing I can think is THAT CFGRAPH is no longer works reliably. But he was never a good still, so more you wrong to use it, if you are

    --

    Adam

  • Label all the bars with cfChart

    I have some graphs made in CF 5 with the cfgraph and I need to pass them to cfchart for CF MX 7. In the cfcharts, all bars are labeled, but it labels only a few bars in cfchart. It's a HorizontalBar and I need the labels on the left side of the chart for all of the bars. Currently, there are 10 bars, but only 4 are labeled on the left. If I click on the graph and then mouse over the bars it will give me the name, so I know that I get the correct names of the query. Can someone shed some light on this or point me in the right direction. I hunted all over the internet for how to do this, but I had no luck so far.
    Thanks in advance,
    CJ

    Quote:
    Posted by: CJ
    query - lines: 10...

    OK, save the attachment part, 1, as HorizontalBarLabelFix.xml in the same directory as your cfchart file.

    Then change your code cfchart to the added party, 2.

Maybe you are looking for