You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, I haven't maintained the package for a long time. It's difficult for me to find spare time in the weekend to sort this thing out. I give a try this weekend but no guarantee. Sorry for the delay again.
I was successfully able to integrate Highcharts with Sencha Touch 2.3 app and it works fine.
Now, I built the app using -
sencha app build testing
After this, the chart does not get rendered. It throws the following error-
Object {xtype: "highchart", id: "bubbleChart", series: Array[3], store: Class, chartConfig: Object}
call draw
Uncaught TypeError: Object # has no method 'buildInitData'
This is the function within which the error occurs -
/***
* @Private
* Build the initial data set if there are data already
* inside the store.
*/
buildInitData : function() {
Again, my implementation works fine when I run the raw sencha app. But after building it, i get the above error.
The text was updated successfully, but these errors were encountered: