Forum Replies Created by GABO57

Viewing 7 posts - 1 through 7 (of 7 total)
  • in reply to: Start in Year 1905 and Not PAN #5304

    Hi Sunil.
    When I run my application the graph shown OK
    ZOOM performs fine and perfect.

    But when I want to make the switch Between zooming and panning using the toolbar That Appears on the chart,
    the chart is reset, as if I had pressed the reset button of the toolbar.

    I install the version That is in

    And with this in (Visual Studio 2008) local computer, in debug and IE8, It performs the operation of zooming and panning OK!.

    After I publish and run my application from my SERVER 2003, IIS 6 the zooming OK , but the panning IS NOT working fine.

    Please Help.

    Thanks in advance

    in reply to: Start in Year 1905 and Not PAN #5299

    Hi Sunil

    This is my jsfiddle of issue

    http://jsfiddle.net/QwZuf/11/

    Im sorry the last one no saved.

    Thanks in Advance.

    in reply to: Start in Year 1905 and Not PAN #5298

    Hi Sunil

    This is my jsfiddle of issue

    http://jsfiddle.net/canvasjs/QwZuf/

    Thanks in Advance.

    in reply to: Chart is not vIsible in Google Chrome #5295

    Hi Sunil.

    Hi Sunil.

    I install the version 29.0.1547.76 m of CHrome

    and my application works with ZOOM and PAN in IE8

    in CHROME ZOOM works fine but when typing the PAN button the graph is initialized.

    Thanks in Advance.

    in reply to: Start in Year 1905 and Not PAN #5294

    Hi Sunil.
    I install the version that is in

    and my application works with ZOOM and PAN in IE8

    in CHROME ZOOM works fine

    but when typing the PAN button the graph is initialized.
    So my code is good.
    Apparently my error is with CanvasJS version I’m using.

    Thanks in Advance.

    in reply to: Start in Year 1905 and Not PAN #5278

    Sunil. In the documentation of

    Overview – Zooming & Panning in CanvasJS HTML5 & JavaScript Charts

    in the example section

    Basic Zooming and Panning

    If your modified so

    var limit = 5;

    The PAN button works
    In my application graph more than 200 points and instead of panning resets and loses the zoom

    Thanks in advance for your help.
    I’m working against the clock.

    in reply to: Start in Year 1905 and Not PAN #5274

    Ok

    the problem 1.

    Starts in 1905

    it corrected as follows:
    in the line of code

    “for (var i = 0; i <= limit – 1; i + +)”

    should be
    “for (var i = 0; i <= limit – 2; i + +)” was feeding the x axis nulls.

    Sunil now please check my code and help me to solve problem 2.

    Why does not the PAN and type it resets the chart

    Thanks in Advance

    • This reply was modified 10 years, 7 months ago by GABO57.
Viewing 7 posts - 1 through 7 (of 7 total)