Home Forums Chart Support combining candlestick chart and line chart (moving average line)

combining candlestick chart and line chart (moving average line)

Viewing 3 posts - 31 through 33 (of 33 total)
  • #20220

    Regarding zoom and pan feature–

    I am able to do zoom and scroll, but except one functionality.
    The Y axis doesn’t re-scale as I move the chart after zooming (in your example in docs, it is behaving correctly).
    I have added the following code:-
    animationEnabled: true,
    zoomEnabled: true,

    To my surprise, when I created jsfiddle for zomm and pane with the same code, resizing of Y axis is working in the fiddle.
    But not in a separate browser window.

    What may be the reason? Pl. help.
    Thanks.

    #20247

    @d_vineet,

    It seems you are using the older version of CanvasJS, the above mentioned bug was fixed in the recent version of CanvasJS (v2.0.1GA), please refer this blog post for more info. Kindly use the latest version of CanvasJS. In case the issue still persists please create a jsfiddle reproducing the issue so that we can look into it and help you out.

    Javascript Candlestick Chart from JSON

    ___________
    Indranil Deo
    Team CanvasJS

    #20249

    Great. It is working OK using the latest release.
    Thanks.

Viewing 3 posts - 31 through 33 (of 33 total)

You must be logged in to reply to this topic.