Ext.define('Ext.chart.theme.Category4', { extend: 'Ext.chart.theme.Base', singleton: true, alias: [ 'chart.theme.category4', 'chart.theme.Category4' ], config: { colors: ['#ef5773', '#fcbd2a', '#4f770d', '#1d3eaa', '#9b001f'] }});