Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.80 KB | None | 0 0
  1. <!doctype HTML>
  2. <meta charset = 'utf-8'>
  3. <html>
  4. <head>
  5. <link rel='stylesheet' href='//cdn.oesmith.co.uk/morris-0.4.2.min.css'>
  6.  
  7. <script src='//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js' type='text/javascript'></script>
  8. <script src='//cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js' type='text/javascript'></script>
  9. <script src='//cdn.oesmith.co.uk/morris-0.4.2.min.js' type='text/javascript'></script>
  10.  
  11. <style>
  12. .rChart {
  13. display: block;
  14. margin-left: auto;
  15. margin-right: auto;
  16. width: 800px;
  17. height: 400px;
  18. }
  19. </style>
  20.  
  21. </head>
  22. <body >
  23.  
  24. <div id = 'chart14a4038c173' class = 'rChart morris'></div>
  25. <script type='text/javascript'>
  26. var chartParams = {
  27. "element": "chart14a4038c173",
  28. "width": 800,
  29. "height": 400,
  30. "xkey": "timeInterval",
  31. "ykeys": [
  32. "birmingham",
  33. "deal",
  34. "eye",
  35. "leeds",
  36. "liverpool",
  37. "manchester",
  38. "reading",
  39. "march",
  40. "nottingham",
  41. "sale",
  42. "london"
  43. ],
  44. "data": [
  45. {
  46. "timeInterval": "2011-08-06 16:00:00",
  47. "birmingham": 17,
  48. "deal": 107,
  49. "eye": 158,
  50. "leeds": 28,
  51. "liverpool": 33,
  52. "manchester": 44,
  53. "reading": 80,
  54. "march": 45,
  55. "nottingham": null,
  56. "sale": 21,
  57. "london": 2530
  58. },
  59. {
  60. "timeInterval": "2011-08-07 02:00:00",
  61. "birmingham": 27,
  62. "deal": 93,
  63. "eye": 140,
  64. "leeds": 39,
  65. "liverpool": 38,
  66. "manchester": 91,
  67. "reading": 110,
  68. "march": 27,
  69. "nottingham": 18,
  70. "sale": 211,
  71. "london": 2583
  72. },
  73. {
  74. "timeInterval": "2011-08-07 12:00:00",
  75. "birmingham": 53,
  76. "deal": 223,
  77. "eye": 90,
  78. "leeds": 66,
  79. "liverpool": 56,
  80. "manchester": 150,
  81. "reading": 115,
  82. "march": 19,
  83. "nottingham": 16,
  84. "sale": 792,
  85. "london": 2877
  86. },
  87. {
  88. "timeInterval": "2011-08-07 22:00:00",
  89. "birmingham": 49,
  90. "deal": 136,
  91. "eye": 75,
  92. "leeds": 23,
  93. "liverpool": 47,
  94. "manchester": 71,
  95. "reading": 146,
  96. "march": 17,
  97. "nottingham": null,
  98. "sale": 367,
  99. "london": 5832
  100. },
  101. {
  102. "timeInterval": "2011-08-08 08:00:00",
  103. "birmingham": 601,
  104. "deal": 512,
  105. "eye": 99,
  106. "leeds": 75,
  107. "liverpool": 134,
  108. "manchester": 233,
  109. "reading": 243,
  110. "march": 90,
  111. "nottingham": 40,
  112. "sale": 482,
  113. "london": 11085
  114. },
  115. {
  116. "timeInterval": "2011-08-08 18:00:00",
  117. "birmingham": 19904,
  118. "deal": 2319,
  119. "eye": 1969,
  120. "leeds": 4260,
  121. "liverpool": 14776,
  122. "manchester": 4025,
  123. "reading": 1503,
  124. "march": 180,
  125. "nottingham": 833,
  126. "sale": 553,
  127. "london": 82363
  128. },
  129. {
  130. "timeInterval": "2011-08-09 04:00:00",
  131. "birmingham": 3917,
  132. "deal": 700,
  133. "eye": 519,
  134. "leeds": 506,
  135. "liverpool": 3824,
  136. "manchester": 1295,
  137. "reading": 606,
  138. "march": 145,
  139. "nottingham": 673,
  140. "sale": 1073,
  141. "london": 34203
  142. },
  143. {
  144. "timeInterval": "2011-08-09 14:00:00",
  145. "birmingham": 6681,
  146. "deal": 1307,
  147. "eye": 830,
  148. "leeds": 2387,
  149. "liverpool": 3499,
  150. "manchester": 31103,
  151. "reading": 795,
  152. "march": 647,
  153. "nottingham": 2622,
  154. "sale": 1585,
  155. "london": 33096
  156. },
  157. {
  158. "timeInterval": "2011-08-10 00:00:00",
  159. "birmingham": 3651,
  160. "deal": 267,
  161. "eye": 68,
  162. "leeds": 267,
  163. "liverpool": 1342,
  164. "manchester": 3719,
  165. "reading": 182,
  166. "march": 85,
  167. "nottingham": 429,
  168. "sale": 1483,
  169. "london": 7478
  170. },
  171. {
  172. "timeInterval": "2011-08-10 10:00:00",
  173. "birmingham": 4336,
  174. "deal": 310,
  175. "eye": 183,
  176. "leeds": 247,
  177. "liverpool": 907,
  178. "manchester": 5568,
  179. "reading": 277,
  180. "march": 106,
  181. "nottingham": 280,
  182. "sale": 314,
  183. "london": 8886
  184. },
  185. {
  186. "timeInterval": "2011-08-10 20:00:00",
  187. "birmingham": 1885,
  188. "deal": 192,
  189. "eye": 71,
  190. "leeds": 75,
  191. "liverpool": 271,
  192. "manchester": 1083,
  193. "reading": 116,
  194. "march": 70,
  195. "nottingham": 125,
  196. "sale": 25,
  197. "london": 3889
  198. },
  199. {
  200. "timeInterval": "2011-08-11 06:00:00",
  201. "birmingham": 1210,
  202. "deal": 148,
  203. "eye": 71,
  204. "leeds": 154,
  205. "liverpool": 250,
  206. "manchester": 1213,
  207. "reading": 164,
  208. "march": 52,
  209. "nottingham": 320,
  210. "sale": 36,
  211. "london": 3344
  212. },
  213. {
  214. "timeInterval": "2011-08-11 16:00:00",
  215. "birmingham": 646,
  216. "deal": 55,
  217. "eye": 152,
  218. "leeds": 83,
  219. "liverpool": 192,
  220. "manchester": 801,
  221. "reading": 189,
  222. "march": 23,
  223. "nottingham": 71,
  224. "sale": 20,
  225. "london": 2343
  226. },
  227. {
  228. "timeInterval": "2011-08-12 02:00:00",
  229. "birmingham": 276,
  230. "deal": 42,
  231. "eye": 24,
  232. "leeds": 79,
  233. "liverpool": 94,
  234. "manchester": 441,
  235. "reading": 80,
  236. "march": 14,
  237. "nottingham": 59,
  238. "sale": 20,
  239. "london": 1571
  240. },
  241. {
  242. "timeInterval": "2011-08-12 12:00:00",
  243. "birmingham": 460,
  244. "deal": 58,
  245. "eye": 22,
  246. "leeds": 125,
  247. "liverpool": 144,
  248. "manchester": 516,
  249. "reading": 241,
  250. "march": 40,
  251. "nottingham": 43,
  252. "sale": 18,
  253. "london": 2004
  254. },
  255. {
  256. "timeInterval": "2011-08-12 22:00:00",
  257. "birmingham": 136,
  258. "deal": 39,
  259. "eye": 4,
  260. "leeds": 31,
  261. "liverpool": 151,
  262. "manchester": 112,
  263. "reading": 34,
  264. "march": 15,
  265. "nottingham": 23,
  266. "sale": 10,
  267. "london": 752
  268. },
  269. {
  270. "timeInterval": "2011-08-13 08:00:00",
  271. "birmingham": 247,
  272. "deal": 76,
  273. "eye": 11,
  274. "leeds": 92,
  275. "liverpool": 451,
  276. "manchester": 200,
  277. "reading": 67,
  278. "march": 106,
  279. "nottingham": 34,
  280. "sale": 7,
  281. "london": 985
  282. },
  283. {
  284. "timeInterval": "2011-08-13 18:00:00",
  285. "birmingham": 209,
  286. "deal": 57,
  287. "eye": 22,
  288. "leeds": 42,
  289. "liverpool": 93,
  290. "manchester": 94,
  291. "reading": 25,
  292. "march": 45,
  293. "nottingham": 45,
  294. "sale": null,
  295. "london": 873
  296. },
  297. {
  298. "timeInterval": "2011-08-14 04:00:00",
  299. "birmingham": 137,
  300. "deal": 14,
  301. "eye": 11,
  302. "leeds": 49,
  303. "liverpool": 43,
  304. "manchester": 110,
  305. "reading": 28,
  306. "march": 23,
  307. "nottingham": 26,
  308. "sale": 7,
  309. "london": 553
  310. },
  311. {
  312. "timeInterval": "2011-08-14 14:00:00",
  313. "birmingham": 286,
  314. "deal": 11,
  315. "eye": 13,
  316. "leeds": 46,
  317. "liverpool": 74,
  318. "manchester": 98,
  319. "reading": 29,
  320. "march": 8,
  321. "nottingham": 14,
  322. "sale": 6,
  323. "london": 395
  324. },
  325. {
  326. "timeInterval": "2011-08-15 00:00:00",
  327. "birmingham": 98,
  328. "deal": 15,
  329. "eye": 5,
  330. "leeds": 36,
  331. "liverpool": 25,
  332. "manchester": 88,
  333. "reading": 13,
  334. "march": null,
  335. "nottingham": 25,
  336. "sale": null,
  337. "london": 256
  338. },
  339. {
  340. "timeInterval": "2011-08-15 10:00:00",
  341. "birmingham": 119,
  342. "deal": 35,
  343. "eye": 9,
  344. "leeds": 68,
  345. "liverpool": 80,
  346. "manchester": 297,
  347. "reading": 23,
  348. "march": 36,
  349. "nottingham": 53,
  350. "sale": 7,
  351. "london": 763
  352. },
  353. {
  354. "timeInterval": "2011-08-15 20:00:00",
  355. "birmingham": 33,
  356. "deal": 19,
  357. "eye": 3,
  358. "leeds": 32,
  359. "liverpool": 25,
  360. "manchester": 67,
  361. "reading": 9,
  362. "march": 3,
  363. "nottingham": 11,
  364. "sale": 13,
  365. "london": 258
  366. },
  367. {
  368. "timeInterval": "2011-08-16 06:00:00",
  369. "birmingham": 132,
  370. "deal": 81,
  371. "eye": 13,
  372. "leeds": 100,
  373. "liverpool": 77,
  374. "manchester": 202,
  375. "reading": 12,
  376. "march": 8,
  377. "nottingham": 26,
  378. "sale": 9,
  379. "london": 468
  380. },
  381. {
  382. "timeInterval": "2011-08-16 16:00:00",
  383. "birmingham": 64,
  384. "deal": 29,
  385. "eye": 4,
  386. "leeds": 95,
  387. "liverpool": 32,
  388. "manchester": 399,
  389. "reading": 11,
  390. "march": 10,
  391. "nottingham": 24,
  392. "sale": 6,
  393. "london": 323
  394. },
  395. {
  396. "timeInterval": "2011-08-17 03:00:00",
  397. "birmingham": 85,
  398. "deal": 29,
  399. "eye": 9,
  400. "leeds": 84,
  401. "liverpool": 41,
  402. "manchester": 159,
  403. "reading": 12,
  404. "march": null,
  405. "nottingham": 20,
  406. "sale": 8,
  407. "london": 343
  408. }
  409. ],
  410. "id": "chart14a4038c173",
  411. "labels": [ "birmingham", "deal", "eye", "leeds", "liverpool", "manchester", "reading", "march", "nottingham", "sale", "london" ]
  412. },
  413. chartType = "Line"
  414. new Morris[chartType](chartParams)
  415. </script>
  416.  
  417. <script></script>
  418. </body>
  419. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement