Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default CFChart as JPG

    Greetings,

    I am producing a chart (JPG) for people to use an a document, however you can't right click and save Image. Is there a way to do this.

    Roger
    akulla Guest

  2. Similar Questions and Discussions

    1. cfchart
      I have some financial templates where I use cfchart. If I use the png or jpg format the pages take about 27 seconds to load. If I use the flash...
    2. Anyone using cfchart?
      I had this posted over on general cfml but didn't get any responses. Is anyone using cfchart? I have been running Coldfusion 5 until last week...
    3. cfchart help
      I'm using the following to try to generate a pie chart. The first query is taking the types of roles available and the second query is supposed to...
    4. CF7 cfchart
      Can a Gantt chart be created with version 6.1?
    5. Cfchart in Mx7
      Hello, I've installed Coldfusion Mx7 mainly for the PDF generation. The problem is for the chart I've created in previous version. An example is...
  3. #2

    Default Re: CFChart as JPG

    Actually you can right click and save, it's just user hostile.

    Here are some of the problems and workarounds:
    1) If your chart has mouse-over details (the default), then the user has to
    move the mouse to a background part of the plot to right-click save the image.
    User's will not figure this out on their own and the will not be impressed
    with the "solution".
    You can turn off mouse-over by calling <cfchart> with tipStyle = "none" but
    then you lose the nice mouse-over details.

    2) You right click and the browser wants to save "GraphData.cfm". If you go
    ahead and save it, renaming the file to "MyPlot.jpg", it will usually save the
    image ok.
    Again, users are not impressed.
    One workaround is to bypass GraphData.cfm altogether. GraphData.cfm is a
    total abortion and causes way more problems than it fixes.
    One recipe for bypassing it is at
    [url]http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-a11.htm#wp2619630[/url]
    -- in the user comments.
    The recipe is for CF6. It needs a slight modification for CF7. Let me know
    if you want the details.

    3) You right click, and get an error or "expired image" or an empty file.
    This is due to the many problems with plot caching.
    There are some hotfixes released for CF7 that help. Also, bypassing
    GraphData.cfm largely solves this problem.

    Regards,
    -- MikeR


    MikerRoo Guest

  4. #3

    Default Re: CFChart as JPG

    Simply. open the page..then save the page...after saving the file...you will see page folder...there should an image there/...here u goo
    emmim44 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139