Sign in to follow this  
morgenweck

Heatmap click

Recommended Posts

Do you happen to have a small sample that uses JSON data in a heatmap that calls a JavaScript on the same page that passes the row and column data?

 

Thanks

Bill

 

Share this post


Link to post
Share on other sites

I got it working.  I added a column  ds.Tables(0).Columns.Add("link", Type.GetType("System.String"))  then created the JSON object like ds.Tables(0).Rows(i).Item("link") = "j-myJS-" + ds.Tables(0).Rows(i).Item("linkvalue")

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