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 random data values.

<cfchart chartheight="400" chartwidth="500" showlegend="yes">
        <cfchartseries serieslabel="2004" type="line">
           <cfoutput>
                 <cfloop from="1" to="12" index="i">
                        <cfset newMonth = left(monthasString(i), 3)>
                        <a
href="index.cfm?action=comparison&report=#newMonth#">
                                <cfchartdata value="#RandRange(650,
950)#" item = "#newMonth#">
                        </a>
                 </cfloop>
                </cfoutput>
        </cfchartseries>
 </cfchart>

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243075
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to