Skip to main content
October 19, 2008
Answered

CFCHART

  • October 19, 2008
  • 1 reply
  • 294 views
Hello,

I'm just now experimenting with the CFCHART tag. It's great when dynamically generating the data on a page. However, I'd like to be able to email the generated results or at least save the PNG, JPG or Flash file somewhere so that I can email it or link to it later. Maybe use different saved files for historical comparisons. I can't seem to find any info on this anywhere. Any ideas?

Thanks.
This topic has been closed for replies.
Correct answer Newsgroup_User
CFCHART tag has a NAME attribute, which will save the generated chart
into a variable instead of displaying it on screen - you can write that
variable to a file using CFFILE tag.

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/

1 reply

Newsgroup_UserCorrect answer
Inspiring
October 19, 2008
CFCHART tag has a NAME attribute, which will save the generated chart
into a variable instead of displaying it on screen - you can write that
variable to a file using CFFILE tag.

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/