ramonmpa

Members
  • Content count

    4
  • Joined

  • Last visited

About ramonmpa

  • Rank
    Forum Newbie
  1. Activate Pin Mode dynamically

    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?
  2. Activate Pin Mode dynamically

    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.
  3. Activate Pin Mode dynamically

    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.
  4. Activate Pin Mode dynamically

    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)?