when set chart theme with 'Green' , Error show
{
xtype: 'cartesian',
reference: 'chart',
width: '100%',
height: 460,
theme: 'Green',
......
}
Uncaught Error: [Ext.create] Singleton 'Ext.chart.theme.Green' cannot be instantiated
check Ext.chart.theme value only Base and Default ,so,we can't switch themes like the example http://examples.sencha.com/extjs/6.0.0/examples/kitchensink/?charts=true#column-stacked
so , how to solve the question and use varius themes in ext package , thanks