Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha User
Uncaught TypeError: store Object 'Store Name' has no method 'on'
I am getting the following error when attempting to pass the name of a registered store to the store parameter for the chart:
Code:
Uncaught TypeError: store Object 'Store_Name' has no method 'on'
Does the touch-charts support passing stores in this way?
-
No, not by name currently.
-
Sencha User
Ok, thanks for your reply.
How would you recommend I do it then? All my stores are registered. Would I be able to get the store via the Ext.StoreMgr.get('Store'), assign it to a variable and pass that to the chart instead?
Any ETA on when touch-charts will support passing stores by name?
-

Originally Posted by
matt_d_rat
Ok, thanks for your reply.
How would you recommend I do it then? All my stores are registered. Would I be able to get the store via the Ext.StoreMgr.get('Store'), assign it to a variable and pass that to the chart instead?
Any ETA on when touch-charts will support passing stores by name?
That should work, I'll see about adding that in before release.
-
I can verify this is working with the latest build.
-
Sencha User

Originally Posted by
Jamie Avins
I can verify this is working with the latest build.
Excellent. Thank you! :-) Love love love the touch charts, very slick.