UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

19 lines (17 loc) 323 B
Ext.define('Admin.data.Pie', { extend: 'Admin.data.Simulated', data: [ { "xvalue": "Drama", "yvalue": 10 }, { "xvalue": "Fantasy", "yvalue": 10 }, { "xvalue": "Action", "yvalue": 12 } ] });