FusionChart as image at render time
#1
Posted 05 March 2010 - 03:48 PM
Thanks!
Other Replies To This Topic
#2
Posted 05 March 2010 - 11:41 PM
Welcome to FusionCharts Forum. ![]()
I'm afraid, there is not option of FusionCharts to be rendered as an image. You have to make use of the Export functionality to get the image of the chart.
Other Replies To This Topic
#3
Posted 11 March 2010 - 11:33 AM
I need to find a solution for browsers that don't support flash--namely an iphone.
Other Replies To This Topic
#4
Posted 11 March 2010 - 01:00 PM
You can use Export Component functionality of FusionCharts to export the charts in a machine which supports Flash. Then use the generated image to be embedded in the browser using the img tag.
Other Replies To This Topic
#5
Posted 07 May 2010 - 07:13 AM
Normally when we send an image through an email, we send it either as an attachment or external link. In addition to these two we have one more way to do the same in ColdFusion, i.e. sending embedded images in an email.
Further Details:
Using CFMAIL tag attributes we provide all the details for sending an email programmatically like TO, FROM, MAILSERVER etc. The body of the email goes in between the starting and ending tags of CFMAIL. CFMAILPARAM (sub tag for CFMAIL) in ColdFusion is normally used to attach a file or add a header to a message. Using this tag, we can send embedded images in an email.
Example Code:
to="{recipient email address}"
from="{sender email address}"
subject="Embedded Image Example"
type="html">
Image Embed Example
cid:img_id
file="{path to the image file}"
contentid="img_id"
/>
For more information refer
Other Replies To This Topic
#6
Posted 08 May 2010 - 02:05 AM
Thanks for the update. I'm sure this will come of use.
Cheers!
Rajroop Bhaduri
FusionCharts Team
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/
Follow us @Twitter
Other Replies To This Topic
#7
Posted 08 June 2010 - 03:55 AM
Further Details:
Using CFMAIL tag attributes we provide all the details for sending an email programmatically like TO, FROM, MAILSERVER etc. The body of the email goes in between the starting and ending tags of CFMAIL. CFMAILPARAM (sub tag for CFMAIL) in ColdFusion is normally used to attach a file or add a header to a message. Using this tag, we can send embedded images in an email.
Example Code:
to="{recipient email address}"
from="{sender email address}"
subject="Embedded Image Example"
type="html">
Image Embed Example
cid:img_id
file="{path to the image file}"
contentid="img_id"
/>
Eliza
Other Replies To This Topic
#8
Posted 08 June 2010 - 08:03 AM
Thanks for sharing this.
This will be definitely of help. ![]()
Keep smiling and keep FusionCharting.
Other Replies To This Topic
#9
Posted 17 June 2010 - 05:49 AM
Example Code:
to="{recipient email address}"
from="{sender email address}"
subject="Embedded Image Example"
type="html">
Image Embed Example
cid:img_id
file="{path to the image file}"
contentid="img_id"
/>
Hope u find this tip useful.Any suggestions are appreciated.
Other Replies To This Topic
#10
Posted 17 June 2010 - 05:57 AM
Thanks for sharing this. :pinch:
Rajroop Bhaduri
FusionCharts Team
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/
Follow us @Twitter

Back to top
MultiQuote