Sagar Joshi Report post Posted November 2, 2012 Hello, I am using zoom line fusion chart. I am using below javascript function function FC_Zoomed(DOMId, startIndex, endIndex, startItemLabel, endItemLabel) { } In javascript chart ( using .SetRenderer("javascript") ), getting endItemLabel as undefined. Kindly help me on this. Share this post Link to post Share on other sites
Guest Bindhu Report post Posted November 3, 2012 Hi, A warm welcome to the FusionCharts Forum Can you please elaborate a bit more on your requirement? Share this post Link to post Share on other sites
Sagar Joshi Report post Posted November 6, 2012 Hello, What I am doing is, when chart gets zoomed , based on its zooming date, my other results gets changed (results on another control). So when I use same javascript function in swf it gets me "startItemLabel" and "endItemLabel" properly. But when I use javascript chart ( using .SetRenderer("javascript") ), itreturns endItemLabel as NULL. So I want to get startdate and enddate for which it got zoomed. Share this post Link to post Share on other sites
Guest Bindhu Report post Posted November 7, 2012 Hello, What I am doing is, when chart gets zoomed , based on its zooming date, my other results gets changed (results on another control). So when I use same javascript function in swf it gets me "startItemLabel" and "endItemLabel" properly. But when I use javascript chart ( using .SetRenderer("javascript") ), itreturns endItemLabel as NULL. So I want to get startdate and enddate for which it got zoomed. Hi, Please share the sample demo project to replicate the issue. Also, please let us know the steps to replicate the issue. Share this post Link to post Share on other sites