Sign in to follow this  
Sagar Joshi

Not Gettting Enditemlabel On Fc_Zoomed

Recommended Posts

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

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

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

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

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