Home Forums Chart Support Issue with iOS and CanvasJS, or my AJAX Calls?

Issue with iOS and CanvasJS, or my AJAX Calls?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #43030

    Hello

    I’m developing a proof of concept application using ASP.Net Razor Pages and CanvasJS. Users will require access the application via desktop and mobile. The CanvasJS Charts appear to work well on desktop web browsers, e.g. Edge, Chrome etc.

    However, the performance of the CanvasJS charts when using iOS on either an iPhone or iPad is unreliable. The charts sometimes appear, and sometimes don’t. Even after a page refresh, the charts still are unlikely to appear. It can take up to 10 refreshes of the page before the CanvasJS chart will pear. Other times, they will appear on the initial page load. Very strange, but not good for users.

    I’ve provided a link to Google Drive where a sample of the application can be downloaded.

    https://drive.google.com/file/d/1ov4HbdVq1iZ3eLWU0YXsdC5dIGKymlVw/view?usp=sharing

    You’ll notice that there are 2 AJAX calls for data, one to help plot the data points, the other to plot the stripe lines.

    I’m not sure if my approach here is best practice and I’m happy to amend if that could improve the performance of the charts on iOS.

    Any feedback is much appreciated.

    Many thanks.

    #43041

    @tgriffiths,

    We are unable to reproduce the issue at our end, it seems to work fine across iPad & iPhone. However, we suggest you to create chart instance once and update add datapoints in AJAX call instead of creating new chart instance for every datapoint. Also, instead of setting striplines properties using set method, we suggest you to update it through options and call render method once after updating all the options. Please take a look at this updated sample project for complete working code.

    If the issue still persists, kindly share us more details like iOS version and the device in which you are facing issue so that we can try it out at our end to understand the scenario better and help you out.

    Multiple ajax request for data and striplines of Chart

    —-
    Manoj Mohan
    Team CanvasJS

    #43044

    @manoj-mohan

    Thank you for your reply and amendments. I’ll give these a try and monitor the performance using iOS.

    Thanks again.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.