UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

11 lines 279 B
Ext.define('Ext.chart.theme.Category6', { extend: 'Ext.chart.theme.Base', singleton: true, alias: [ 'chart.theme.category6', 'chart.theme.Category6' ], config: { colors: ['#44dce1', '#0b2592', '#996e05', '#7fb325', '#b821a1'] } });