Sign in to follow this  
OMMPAVAN

On Link Clicked

Recommended Posts

hai

 

I have a drill down chart and if clicked on one chart its openning another chart for this i have prepared dataXML and execting fine but when i clcik on last chart Bars it needs to do some job realted to java

how to over ride onClick Event of drill down charts thats to only for last chart .Nothing but when i clcik on last chart it needs to call our frame work Files

.

Share this post


Link to post
Share on other sites

Hi,

 

All the interactivity that happens when you click on the columns happen at client-side. However, you seem to have the need to call a server side script to execute a Java function.

 

Although there is no direct way to do this, you can try a work around considering you have a URL to call to achieve the same:

 

a) You can either call up the URL in a popup or new window or

B) You can call a JavaScript function from the link and then use AJAX to call the URL or the remote procedure.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this