| Subject: | CF8 and cfchart problem |
|---|---|
| From: | "omega1234" <webforumsuser@xxxxxxxxxxxxxx> |
| Date: | Fri, 20 Jul 2007 19:15:52 +0000 (UTC) |
| Newsgroups: | macromedia.coldfusion.flash_integration |
I could be wrong but it seems to me that coldfusion 8 never displays flash
charts when the name is specified, making it impossible to use charts within
cfforms.
ie - won't display:
<cfchart format="flash" show3d="yes" pieslicestyle="sliced"
labelformat="currency" name="testChart" title="Summary of Revenue">
<cfchartseries type="pie">
<cfchartdata item="a" value="50">
<cfchartdata item="b" value="100">
<cfchartdata item="c" value="100">
</cfchartseries>
</cfchart>
but will:
<cfchart format="flash" show3d="yes" pieslicestyle="sliced"
labelformat="currency" showmarkers="no" title="Summary of Revenue">
<cfchartseries type="pie">
<cfchartdata item="a" value="50">
<cfchartdata item="b" value="100">
<cfchartdata item="c" value="100">
</cfchartseries>
</cfchart>
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Flash Form and Navigation Button Issue (DoFSCommand), bryn50 |
|---|---|
| Next by Date: | Re: using getURL with cfcontent and Excel files, saintsilver |
| Previous by Thread: | Flash Form and Navigation Button Issue (DoFSCommand), bryn50 |
| Next by Thread: | Re: CF8 and cfchart problem, BKBK |
| Indexes: | [Date] [Thread] [Top] [All Lists] |