Non-Flash ColdFusion charts are still interactive
So this is news to me. In preparation for talking about the Lemonade Stand results tomorrow, I worked a bit more on the reporting for my simulator. Since I love charts, I plopped a chart down at the end that shows each stand and how it performs over all 50 days. I knew I was going to want to share the complete chart on the blog post, so I switched from the default Flash format to PNG. When I moused over the chart though I noticed the tool tips still worked! Here is an example:

Turns out that for both PNG and JPG formats, the charting engine will actually output an image map and support the same tool tips you get with the Flash version.
Nice to know. I mean, in my case my plan is to save the PNG/JPG, so it won't help, but if you can't use Flash for other reasons, you can still have an interactive chart. (Note - I just tested the URL property and it works fine as well for PNG/JPG.)
Comments
(I get the width of the tooltop to be LOOOOOONG so I see a huge box and no text)
JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\charting
If you've never played with the WebCharts interface, it's worth giving it a look, it's kinda fun:
JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\charting\webcharts.bat
JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\charting\userguide.pdf
I haven't played with it lately, but a couple of years ago someone read something in a glossy magazine on an airplane and I spent a month doing all sorts of junk in preparation for a request for executive dashboards, with gauges, which the CFChart tag doesn't support, but which you can actually do <a href="http://www.intersuite.com/client/index.cfm/2005/11... the right code snippet</a>.
Of course, you probably already know all this.. but maybe someone else doesn't. :)
I really need to add a note to tell folks not to use HTML since I 'auto link' urls. :)

