Home Forums Report Bugs Charts dissapearing on iOS after reload – new Reply To: Charts dissapearing on iOS after reload – new

#39349

@deploydash,

The memory for canvas buffer memory is limited to 25% of the RAM of the device. We have further optimized the memory consumption in CanvasJS Chart v2.3.1 and v3.6. Kindly download the latest version of CanvasJS Charts from our download page.

Based on your scenario, it should work fine without any issues. If you are performing an AJAX request to populate data to the chart, I suggest you create the chart outside the AJAX, just update datapoints & call chart.render() within the AJAX.

To optimize the performance further, you can try lazy loading the charts. We have tested the same using jquery.inview & it seems to perform better compared to the regular way of rendering charts / stockcharts.

Kindly take a look at this JSFiddle for a working example on the same.


Adithya Menon
Team CanvasJS