Hi guys,

After upgrading from extjs charts to sencha charts, the component query for


does not work.

In ExtJS 4.2.1 I used



Code:



Ext.ComponentQuery.query('chart[name=myChart]')

and the chart component was returned as array element.

After upgrading to 5.0.0, the same code returns empty array.


I first noticed this problem while using method



Code:



chartParentCmp.down('chart[name=myChart]')

, but in the end it is the same code internally, I suppose.

[Browser]

Firefox and Chrome


[OS]

Ubuntu 14.04 LTS