Hi Bryce,

http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:41030

based on the link above, I was able to get the example below working, hope
that helps.
(I think it's on cf 7.01)


        <cfchart format="flash" name="myChart" chartheight="400"
chartwidth="700" showxgridlines="no" showygridlines="no" showborder="no"
fontbold="no" fontitalic="no" labelformat="number" xaxistitle="date"
yaxistitle="hits" rotated="no" sortxaxis="no" showlegend="no"
showmarkers="no" title="Daily Hits" style="blue">
                               <cfchartseries type="bar">
                                    <cfchartdata item="a" value="1">
                                    <cfchartdata item="b" value="5">
                                    <cfchartdata item="c" value="3">
                                    <cfchartdata item="d" value="2">
                                </cfchartseries>
                 </cfchart>

                 <cffile action="WRITE" file="(fullpath)\myChart.swf"
output="#myChart#">

                <cfform name="results" format="flash" width="800"
height="600">
                <cfformgroup type="tabnavigator">
                <cfformgroup type="page" label="Log File">
                     </cfformgroup>
                      <cfformgroup type="page" label="Hits/Day" width="800"
height="600">
                          <cfformitem type="html" height="400"> <!--- Here
starts the chart --->
                         <img src="(sitepath)/myChart.swf" height="400"
width="700">   <!--- Here ends the chart ---> </cfformitem>
                  </cfformgroup>
                </cfformgroup>
                </cfform>


Regards

Greg Misdom
Web Admin & Developer
Blacktown City Council.
(good to see another council cf developer)

On 4/4/07, Bryce Hoffmann <[EMAIL PROTECTED]> wrote:
>
>
> Hey
> Been trying to get a cfchart to appear in a tabbed cfform
> Have tried flipping the type in cfformitem, but only succeed in getting
> various code being displayed
> Can't find any examples or info where this is done on MX7.02
>
> Any help appreciated
> Bryce :-)
>
>
> *********** Confidentiality and Disclaimer Statement *****************
> The information in this e-mail and any attachments are confidential and
> may be subject to legal professional privilege. It is intended solely for
> the attention and use of the named addressee(s). If you are not the intended
> recipient, or person responsible for delivering this information to the
> intended recipient, please notify the sender immediately. Unless you are the
> intended recipient or his/her representative you are not authorised to, and
> must not read, copy, distribute, use or retain this message or any part of
> it.
>
> Opinions, conclusions and other information expressed in this message are
> not given or endorsed by NCC unless otherwise indicated by an authorised
> officer independent of this message.
>
> NCC has implemented anti-virus software, and whilst all care is taken, it
> is the recipient's responsibility to ensure that the message and any
> attachments are scanned for viruses prior to use.
>
> This footnote also confirms this e-mail message has been read
> electronically by an e-mail content breakdown system.
>
> Newcastle City Council
> Web: http://www.newcastle.nsw.gov.au
> E-mail: [EMAIL PROTECTED]
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to