FusionCharts Forum: FusionChart as image at render time - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

FusionChart as image at render time

#1 User is offline   atorres 

  • Forum Newbie
  • Group: Members
  • Posts: 6
  • Joined: 05-March 10

Posted 05 March 2010 - 03:48 PM

I am wondering if there is anyway to tell the fusion chart at page render time to render as an image instead of an swf so if the user hits the print button the charts will be displayed. I am using coldfusion and i know i can just set a flag that says render as image, but how do i do this in JavaScript without having to export?



Thanks!
0

Other Replies To This Topic

#2 User is offline   Madhumita 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1434
  • Joined: 04-September 09

Posted 05 March 2010 - 11:41 PM

Hello,

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.

Regards,
Madhumita Chakraborty

Follow us on Twitter :)
0

Other Replies To This Topic

#3 User is offline   starofriches 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 11
  • Joined: 31-July 09

Posted 11 March 2010 - 11:33 AM

If the image has already been generated what sort of additional code should be added so that it's displayed instead of the FusionChart?



I need to find a solution for browsers that don't support flash--namely an iphone.
0

Other Replies To This Topic

#4 User is offline   Madhumita 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1434
  • Joined: 04-September 09

Posted 11 March 2010 - 01:00 PM

Hello,



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.
Regards,
Madhumita Chakraborty

Follow us on Twitter :)
0

Other Replies To This Topic

#5 User is offline   elizas 

  • Forum Newbie
  • Group: Members
  • Posts: 3
  • Joined: 19-April 10

Posted 07 May 2010 - 07:13 AM

Description:

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
0

Other Replies To This Topic

#6 User is offline   Rajroop 

  • FusionCharts Team
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1803
  • Joined: 19-May 09

Posted 08 May 2010 - 02:05 AM

Hey,



Thanks for the update. I'm sure this will come of use.



Cheers! :)
Regards,

Rajroop Bhaduri

FusionCharts Team

Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/

Follow us @Twitter
0

Other Replies To This Topic

#7 User is offline   elizas 

  • Forum Newbie
  • Group: Members
  • Posts: 3
  • Joined: 19-April 10

Posted 08 June 2010 - 03:55 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"

/>



Eliza
0

Other Replies To This Topic

#8 User is offline   Basundhara Ghosal 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2459
  • Joined: 15-September 09

Posted 08 June 2010 - 08:03 AM

Hi,

Thanks for sharing this.

This will be definitely of help. :)

Keep smiling and keep FusionCharting. :)

Regards,

Basundhara Ghosal

Follow us on Twitter :D
0

Other Replies To This Topic

#9 User is offline   elizas 

  • Forum Newbie
  • Group: Members
  • Posts: 3
  • Joined: 19-April 10

Posted 17 June 2010 - 05:49 AM

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"

/>





Hope u find this tip useful.Any suggestions are appreciated.
0

Other Replies To This Topic

#10 User is offline   Rajroop 

  • FusionCharts Team
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1803
  • Joined: 19-May 09

Posted 17 June 2010 - 05:57 AM

I'm sure this would help a lot of ColdFusion users!



Thanks for sharing this. :pinch:
Regards,

Rajroop Bhaduri

FusionCharts Team

Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/

Follow us @Twitter
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic