RE: Creating links (drill down) within cfchart

2006-06-12 Thread Ken Ketsdever
: Creating links (drill down) within cfchart I would like to make the individual data points on a cfchart links. I have written the following code. I get a hand (indicating a link) when I mouseOver the data points. However, clicking produces no result. What am I doing wrong? Any ideas? PS

Re: Creating links (drill down) within cfchart

2006-06-12 Thread James Holmes
The URL attribute of the cfchart tag is what you are after: http://livedocs.macromedia.com/coldfusion/7/htmldocs/0226.htm On 6/12/06, Ken Ketsdever [EMAIL PROTECTED] wrote: Good Morning. I posted this last Friday and have yet to get any response. Is there anyone familiar with creating

RE: Creating links (drill down) within cfchart

2006-06-12 Thread Ken Ketsdever
] Sent: Monday, June 12, 2006 8:35 AM To: CF-Talk Subject: Re: Creating links (drill down) within cfchart The URL attribute of the cfchart tag is what you are after: http://livedocs.macromedia.com/coldfusion/7/htmldocs/0226.htm On 6/12/06, Ken Ketsdever [EMAIL PROTECTED] wrote: Good Morning. I

RE: Creating links (drill down) within cfchart

2006-06-12 Thread Eric Roberts
to have a page that then lists all of the drilldowns...you should be able to hit them one at a time. Eric -Original Message- From: Ken Ketsdever [mailto:[EMAIL PROTECTED] Sent: Monday, 12 June 2006 10:41 To: CF-Talk Subject: RE: Creating links (drill down) within cfchart Thank you

Creating links (drill down) within cfchart

2006-06-09 Thread Ken Ketsdever
I would like to make the individual data points on a cfchart links. I have written the following code. I get a hand (indicating a link) when I mouseOver the data points. However, clicking produces no result. What am I doing wrong? Any ideas? PS. This is a proof of concept so I am creating