]> git.proxmox.com Git - extjs.git/blame - extjs/templates/admin-dashboard/app/data/Radial.js
add extjs 6.0.1 sources
[extjs.git] / extjs / templates / admin-dashboard / app / data / Radial.js
CommitLineData
6527f429
DM
1Ext.define('Admin.data.Radial', {\r
2 extend: 'Admin.data.Simulated',\r
3\r
4 data: [\r
5 {\r
6 "xvalue": "A",\r
7 "yvalue": 417\r
8 },\r
9 {\r
10 "xvalue": "B",\r
11 "yvalue": 676\r
12 },\r
13 {\r
14 "xvalue": "C",\r
15 "yvalue": 606\r
16 },\r
17 {\r
18 "xvalue": "D",\r
19 "yvalue": 124\r
20 },\r
21 {\r
22 "xvalue": "E",\r
23 "yvalue": 473\r
24 },\r
25 {\r
26 "xvalue": "F",\r
27 "yvalue": 108\r
28 },\r
29 {\r
30 "xvalue": "G",\r
31 "yvalue": 847\r
32 },\r
33 {\r
34 "xvalue": "H",\r
35 "yvalue": 947\r
36 },\r
37 {\r
38 "xvalue": "I",\r
39 "yvalue": 694\r
40 },\r
41 {\r
42 "xvalue": "J",\r
43 "yvalue": 603\r
44 }\r
45 ]\r
46});\r