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

CFCHART

Guest
Oct 18, 2008 Oct 18, 2008

Copy link to clipboard

Copied

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

Views

232

Translate

Translate

Report

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/

Votes

Translate

Translate
LEGEND ,
Oct 19, 2008 Oct 19, 2008

Copy link to clipboard

Copied

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/

Votes

Translate

Translate

Report

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
Documentation