Sign in to follow this  
Vasanth1984

Click events on zoomline charts

Recommended Posts

Hello I was wondering if the click events work on zoomline chart.

 

I tried the clickURL property on the chart and it did not work.

 

Also I was trying to fire and event for a particular data point. I added the link property for the other charts on the data array but I am not sure how to include a link property for the zoom line since the data is in a very different format

 

"data": "||||16|41|64|53|78|47|91|23|72|49|27||26|49|27|41|35|12|24|10|79|71|74|84|43|63|40|59|64|59|52|55|20|22|61|57|61|05|15|39||32|31|25|14|44"

Share this post


Link to post
Share on other sites
Guest Sumedh

Hello Vasanth,

 

Please note ZoomLine chart does not support link attribute. You can only implement click URL on ZoomLine charts.

 

Please find attached working sample of ZoomLine chart which demonstrates the functioning of clickURL.

 

Hope this helps!

 

P.S. In the sample, try clicking on chart canvas.

ZoomLine_Test.zip

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