extjs-gpl
Version:
GPL licensed version of Sencha Ext JS
25 lines (20 loc) • 404 B
JavaScript
Ext.define('Admin.view.charts.ChartBase', {
extend: 'Ext.Panel',
cls: 'quick-graph-panel shadow',
height: 300,
ui: 'light',
layout: 'fit',
platformConfig: {
classic: {
headerPosition: 'bottom'
},
modern: {
header: {
docked: 'bottom'
}
}
},
defaults: {
width: '100%'
}
});