Skip to main content
Known Participant
May 26, 2009
Answered

is cfgraph in cf5 works for cf8?

  • May 26, 2009
  • 1 reply
  • 729 views

<cfgraph type="bar" query="q_data" valueColumn = "sales_percentage" itemColumn = "period"
          graphHeight=450 graphWidth="600" itemLabelOrientation="horizontal"
          colorList="##87CEFA,##FFA07A,##F0E68C,##66CDAA,##CD853F"
            title="#savDeptName#(Sales %) #form.yearno# - 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 in cf-8 the output should not be the same as before.What can i do is that the tag should be changed in cf8 or we need modifications for this tag.Please help me in this.

This topic has been closed for replies.
Correct answer mack_

CFGRAPH is deprecated in CF8, use CFCHART and friends. Did you bother

to read the manual:

http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_g-h_01.html

?

Mack

1 reply

mack_Correct answer
Participating Frequently
May 27, 2009

CFGRAPH is deprecated in CF8, use CFCHART and friends. Did you bother

to read the manual:

http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_g-h_01.html

?

Mack