Sign in to follow this  
ramonmpa

Activate Pin Mode dynamically

Recommended Posts

Hello guys,

 

I'm using Fusion Charts V3 (FusionCharts v3.2.2) in my ASP.NET application and I have a Zoom Line Chart that I render using Javascript. 

 

The chart needs only the Pin Mode feature, so my customer wants the Pin Mode activated as soon as the chart load.

 

So my question is, do FusionChart has some javascript function to activate the pin mode (i.e is there any javascript function associated with onclick event of the Pin Mode button)? 

Share this post


Link to post
Share on other sites
Guest Sumedh

Hello,

 

By default pinMode is active, when you render a ZoomLine chart.

 

Can you please elaborate more on your requirement?

Share this post


Link to post
Share on other sites

Sure, let me try again. :)

 

The chart is loaded with the button Zoom Mode/Pin Mode. OK. But when when the chart load, the active mode is the Zoom Mode not Pin Mode. To activate Pin Mode the user needs to click in the ZoomMode/PinMode button.

 

So what I want to know is if FusionChart has some function to activate the PinMode dynamically so in this way when the chart load I call this function and the active mode will be the Pin Mode instead of Zoom Mode, and the user will not need to click in the button to activate the Pin Mode.

 

Thank you.

Edited by ramonmpa

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

Could you please confirm once, the version of FusionCharts XT you are using and whether Zoomline chart rendered in Flash or JavaScript mode, at your end?

 

If you are using the FusionCharts XT (v3.3.1) onwards and rendering in Flash mode, you can have the ZoomLine chart JavaScript API function "setZoomMode()", which can be set on "rendered" event fire, so that on loading the chart, the pin mode will be activated automatically.

 

However, for JavaScript mode of rendering, we have identified this as an issue and looking into it.

 

Further any updates on this, we will inform soon.

 

Hope this helps!

Share this post


Link to post
Share on other sites

Thank you Sashibhusan for the answer,

 

I'm using FusionCharts v3.2.2 but I will upgrade to the latest version 3.3.1 asap. The ZoomLine chart is rendered in Javascript mode.

 

As you guys have identified the problem in the setZoomMode function of Javascript mode I will wait for this fix.

 

Thank you again.

Share this post


Link to post
Share on other sites

Hello guys, any update on this? 

Do you know when this fix will be available for download? 

Is there any workaround to fix the problem in setZoomMode function of Javascript mode?

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

Currently, there is no work around available for the issue "setZoomMode function of Javascript  ZoomLine chart".

 

Once the issue will be fixed, we will update you in this post.

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