So we have currently in our system FusionCharts integrated with ExtJS 3. We have expanded into Sencha Touch and would like to utilize FusionCharts JS Graphs, however when i am trying to do this i am running into problems, has anyone else used sencha touch and FusionCharts JS together? If so is there anything i need to do?
i get an error like object 0 has no method 'Match'
I've created a simple implementation using FusionCharts in a Sencha Touch Panel.
The important thing here is to let the Panel render first, and then call the render function for FusionCharts. You can do this by simply checking the boolean value of
Code:
myPanel.rendered
.
I've attached the sample implementation in an archive, and also 3 screenshots are attached to show how it works on an iPod Touch.