Hi, i am just wondering if by using the jpg format in the cfchart whether you 
can actually output this as an image.

i have got a .cfm page named test. In that test i have a simple cfchart tag

<cfchart format="jpg">
  <cfchartseries type="bar" paintstyle="plain" seriescolor="red">
    <cfchartdata item="Target" value="200">
  </cfchartseries>
</cfchart>

on another page i am trying to sett the outputted image as an image as follows:

<img id="mychart" src="/test.cfm"/>;

i know i must be missing something as it isnt outputting the image at all

i would appreciate some help with this,

thanks


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:255066
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to