is cfgraph in cf5 works for cf8?
<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.
