Hello,
I was trying to use ng2-charts which is an Angular 2 directive for Charts.js
Back when I was using Ionic 1.2 .. I used this directive and it worked completely fine with no issues.
Now with Ionic 2 + ng2-charts I am having this issue where the chart would not be displayed until I resize the screen. This issue only occurs on Ionic. If you try out the demo here, use developer tools to emulate an iPhone screen size, and refresh the page.. Everything will work out fine.
I created a demo application that's available to be viewed via this URL: http://cacoch.com/charttest/
Source code available here: https://github.com/ihadeed/charttest
Any thoughts? What could be causing this issue?