I want to be able to click anywhere on the chart and launch a JavaScript function. There is a 'link' attribute, but that appears to be for the "set" element". Is there a way to make this part of the "graph" element?
Page 1 of 1
Chart Link Make whole chart a link
Other Replies To This Topic
#2
Posted 28 February 2010 - 02:23 PM
I did not figure out how to do this in XML; however, I did figure out how to do this in Javscript:
chart.addParam ("onclick", "javascript code");
It may be of use for others to know how to do what I asked in XML, so if anybody knows, do please post here.
chart.addParam ("onclick", "javascript code");
It may be of use for others to know how to do what I asked in XML, so if anybody knows, do please post here.
Nik
Other Replies To This Topic
#3
Posted 28 February 2010 - 10:15 PM
Hi,
Could you please try using the "clickURL" attribute in the <chart> element?
Hope this helps.
Other Replies To This Topic
Page 1 of 1


Back to top
MultiQuote