Ext.define('Ext.chart.theme.Category3', {
extend: 'Ext.chart.theme.Base',
singleton: true,
alias: [
'chart.theme.category3',
'chart.theme.Category3'
],
config: {
colors: ['#fbbc29', '#ce2e4e', '#7e0062', '#158b90', '#57880e']
}
});