]> git.proxmox.com Git - extjs.git/blame - extjs/templates/admin-dashboard/app/data/marketshare/Yearwise.js
add extjs 6.0.1 sources
[extjs.git] / extjs / templates / admin-dashboard / app / data / marketshare / Yearwise.js
CommitLineData
6527f429
DM
1Ext.define('Admin.data.marketshare.Yearwise', {\r
2 extend: 'Admin.data.Simulated',\r
3\r
4 data: [\r
5 {\r
6 "xvalue": 2011,\r
7 "y1value": 517.27,\r
8 "y2value": 520.3,\r
9 "y3value": 291.41,\r
10 "y4value": 420.24\r
11 },\r
12 {\r
13 "xvalue": 2012,\r
14 "y1value": 389.38,\r
15 "y2value": 632.31,\r
16 "y3value": 882.90,\r
17 "y4value": 771.08\r
18 },\r
19 {\r
20 "xvalue": 2013,\r
21 "y1value": 287.24,\r
22 "y2value": 440.78,\r
23 "y3value": 549.99,\r
24 "y4value": 627.71\r
25 },\r
26 {\r
27 "xvalue": 2014,\r
28 "y1value": 505.25,\r
29 "y2value": 631.07,\r
30 "y3value": 570.43,\r
31 "y4value": 583.67\r
32 }\r
33 ]\r
34});\r