]> git.proxmox.com Git - extjs.git/blob - extjs/packages/charts/src/chart/theme/Category6.js
add extjs 6.0.1 sources
[extjs.git] / extjs / packages / charts / src / chart / theme / Category6.js
1 Ext.define('Ext.chart.theme.Category6', {
2 extend: 'Ext.chart.theme.Base',
3 singleton: true,
4 alias: [
5 'chart.theme.category6',
6 'chart.theme.Category6'
7 ],
8 config: {
9 colors: ['#44dce1', '#0b2592', '#996e05', '#7fb325', '#b821a1']
10 }
11 });