UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

14 lines (12 loc) 225 B
Ext.define('ExecDashboard.model.Kpi', { extend: 'ExecDashboard.model.Base', fields: [ 'category', 'name', 'data1', 'data2', 'data3', 'data4', 'data5' ] });