Sign in to follow this  
hMayuresh

Ajax Request In Funnel Chart

Recommended Posts

hey,

 

I want to set links in funnel chart I did it using the 'link' attribute, now I want to use ajax link request can anyone help me on this.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your post.

 

Could you please elaborate your query a bit more?

 

Awaiting for your response.

Share this post


Link to post
Share on other sites

Hi,

 

Thanks for your reply.

 

I am using a set tag to add labels while adding this I am appending link attribute in that link I have one encoded link which is working fine for me.

Now my new requirement is I want to send ajax request instead of link which changes the browser url.

 

I want, if I click on any section od funnel chart it should update a specif div with ajax request.

 

Again thanks!

Share this post


Link to post
Share on other sites

Hi,

 

You can always call a JavaScript function from a link attribute.

 

e.g., <set value='10' link='myJSFunction(1231)' />

 

This will call a funciton myJSFunction() and pass 1231 as parameter to the function. Please check if this helps.

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