Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CFCHART

Guest
Oct 18, 2008 Oct 18, 2008
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.
TOPICS
Advanced techniques
257
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Oct 19, 2008 Oct 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/
Translate
LEGEND ,
Oct 19, 2008 Oct 19, 2008
LATEST
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/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources