data.ts 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. /*
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing,
  13. * software distributed under the License is distributed on an
  14. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. * KIND, either express or implied. See the License for the
  16. * specific language governing permissions and limitations
  17. * under the License.
  18. */
  19. export const basic = [
  20. {
  21. source: '05/18/21 Live Demo',
  22. target: '05/04/21 Live Demo',
  23. value: 100,
  24. sourceCategory: 'Live Demo',
  25. targetCategory: 'Live Demo',
  26. },
  27. {
  28. source: '05/04/21 Live Demo',
  29. target: '04/20/21 Live Demo',
  30. value: 110,
  31. category: 'Live Demo',
  32. targetCategory: 'Live Demo',
  33. },
  34. {
  35. source: '05/04/21 Live Demo',
  36. target: '04/13/21 Live Demo',
  37. value: 40,
  38. category: 'Live Demo',
  39. targetCategory: 'Live Demo',
  40. },
  41. {
  42. source: '05/04/21 Live Demo',
  43. target: '04/06/21 Live Demo',
  44. value: 30,
  45. category: 'Live Demo',
  46. targetCategory: 'Live Demo',
  47. },
  48. {
  49. source: '05/04/21 Live Demo',
  50. target: '09/29/21 Live Demo',
  51. value: 25,
  52. category: 'Live Demo',
  53. targetCategory: 'Live Demo',
  54. },
  55. {
  56. source: '05/04/21 Live Demo',
  57. target: '06/01/21 Live Demo',
  58. value: 43,
  59. category: 'Live Demo',
  60. targetCategory: 'Live Demo',
  61. },
  62. {
  63. source: '04/20/21 Live Demo',
  64. target: '04/13/21 Live Demo',
  65. value: 50,
  66. category: 'Live Demo',
  67. targetCategory: 'Live Demo',
  68. },
  69. {
  70. source: '04/20/21 Live Demo',
  71. target: '03/02/21 Meetup',
  72. value: 40,
  73. category: 'Live Demo',
  74. targetCategory: 'Meetup',
  75. },
  76. {
  77. source: '04/20/21 Live Demo',
  78. target: '06/01/21 Live Demo',
  79. value: 58,
  80. category: 'Live Demo',
  81. targetCategory: 'Live Demo',
  82. },
  83. {
  84. source: '04/20/21 Live Demo',
  85. target: '03/25/21 Meetup',
  86. value: 38,
  87. category: 'Live Demo',
  88. targetCategory: 'Meetup',
  89. },
  90. {
  91. source: '04/20/21 Live Demo',
  92. target: '01/28/21 Meetup',
  93. value: 34,
  94. category: 'Live Demo',
  95. targetCategory: 'Meetup',
  96. },
  97. {
  98. source: '04/13/21 Live Demo',
  99. target: '04/06/21 Live Demo',
  100. value: 34,
  101. category: 'Live Demo',
  102. targetCategory: 'Live Demo',
  103. },
  104. {
  105. source: '04/13/21 Live Demo',
  106. target: '09/29/21 Live Demo',
  107. value: 56,
  108. category: 'Live Demo',
  109. targetCategory: 'Live Demo',
  110. },
  111. {
  112. source: '04/06/21 Live Demo',
  113. target: '09/29/21 Live Demo',
  114. value: 77,
  115. category: 'Live Demo',
  116. targetCategory: 'Live Demo',
  117. },
  118. {
  119. source: '04/13/21 Live Demo',
  120. target: '03/02/21 Meetup',
  121. value: 36,
  122. category: 'Live Demo',
  123. targetCategory: 'Meetup',
  124. },
  125. {
  126. source: '04/13/21 Live Demo',
  127. target: '06/08/21 Live Demo',
  128. value: 77,
  129. category: 'Live Demo',
  130. targetCategory: 'Live Demo',
  131. },
  132. {
  133. source: '09/29/21 Live Demo',
  134. target: '06/01/21 Live Demo',
  135. value: 44,
  136. category: 'Live Demo',
  137. targetCategory: 'Live Demo',
  138. },
  139. {
  140. source: '09/29/21 Live Demo',
  141. target: '06/08/21 Live Demo',
  142. value: 30,
  143. category: 'Live Demo',
  144. targetCategory: 'Live Demo',
  145. },
  146. {
  147. source: '06/01/21 Live Demo',
  148. target: '03/02/21 Meetup',
  149. value: 67,
  150. category: 'Live Demo',
  151. targetCategory: 'Meetup',
  152. },
  153. {
  154. source: '06/01/21 Live Demo',
  155. target: '03/25/21 Meetup',
  156. value: 30,
  157. category: 'Live Demo',
  158. targetCategory: 'Meetup',
  159. },
  160. {
  161. source: '06/01/21 Live Demo',
  162. target: '05/11/21 Meetup',
  163. value: 52,
  164. category: 'Live Demo',
  165. targetCategory: 'Meetup',
  166. },
  167. {
  168. source: '06/01/21 Live Demo',
  169. target: '06/08/21 Live Demo',
  170. value: 43,
  171. category: 'Live Demo',
  172. targetCategory: 'Live Demo',
  173. },
  174. {
  175. source: '06/01/21 Live Demo',
  176. target: '01/28/21 Meetup',
  177. value: 45,
  178. category: 'Live Demo',
  179. targetCategory: 'Meetup',
  180. },
  181. {
  182. source: '06/01/21 Live Demo',
  183. target: '05/04/21 Live Demo',
  184. value: 42,
  185. category: 'Live Demo',
  186. targetCategory: 'Live Demo',
  187. },
  188. {
  189. source: '06/01/21 Live Demo',
  190. target: '03/25/21 Meetup',
  191. value: 32,
  192. category: 'Live Demo',
  193. targetCategory: 'Meetup',
  194. },
  195. {
  196. source: '03/02/21 Meetup',
  197. target: '03/25/21 Meetup',
  198. value: 23,
  199. category: 'Meetup',
  200. targetCategory: 'Meetup',
  201. },
  202. {
  203. source: '03/02/21 Meetup',
  204. target: '05/11/21 Meetup',
  205. value: 43,
  206. category: 'Meetup',
  207. targetCategory: 'Meetup',
  208. },
  209. {
  210. source: '03/02/21 Meetup',
  211. target: '01/28/21 Meetup',
  212. value: 33,
  213. category: 'Meetup',
  214. targetCategory: 'Meetup',
  215. },
  216. {
  217. source: '03/02/21 Meetup',
  218. target: '05/04/21 Live Demo',
  219. value: 53,
  220. category: 'Meetup',
  221. targetCategory: 'Live Demo',
  222. },
  223. {
  224. source: '03/02/21 Meetup',
  225. target: '03/25/21 Meetup',
  226. value: 55,
  227. category: 'Meetup',
  228. targetCategory: 'Meetup',
  229. },
  230. {
  231. source: '03/25/21 Meetup',
  232. target: '05/11/21 Meetup',
  233. value: 33,
  234. category: 'Meetup',
  235. targetCategory: 'Meetup',
  236. },
  237. {
  238. source: '03/25/21 Meetup',
  239. target: '06/08/21 Live Demo',
  240. value: 73,
  241. category: 'Meetup',
  242. targetCategory: 'Live Demo',
  243. },
  244. {
  245. source: '03/25/21 Meetup',
  246. target: '01/28/21 Meetup',
  247. value: 63,
  248. category: 'Meetup',
  249. targetCategory: 'Meetup',
  250. },
  251. {
  252. source: '03/25/21 Meetup',
  253. target: '05/04/21 Live Demo',
  254. value: 52,
  255. category: 'Meetup',
  256. targetCategory: 'Live Demo',
  257. },
  258. {
  259. source: '03/25/21 Meetup',
  260. target: '03/25/21 Meetup',
  261. value: 51,
  262. category: 'Meetup',
  263. targetCategory: 'Meetup',
  264. },
  265. {
  266. source: '05/11/21 Meetup',
  267. target: '06/08/21 Live Demo',
  268. value: 35,
  269. category: 'Meetup',
  270. targetCategory: 'Live Demo',
  271. },
  272. {
  273. source: '05/11/21 Meetup',
  274. target: '05/04/21 Live Demo',
  275. value: 75,
  276. category: 'Meetup',
  277. targetCategory: 'Live Demo',
  278. },
  279. {
  280. source: '05/11/21 Meetup',
  281. target: '01/28/21 Meetup',
  282. value: 65,
  283. category: 'Meetup',
  284. targetCategory: 'Meetup',
  285. },
  286. {
  287. source: '06/08/21 Live Demo',
  288. target: '01/28/21 Meetup',
  289. value: 36,
  290. category: 'Live Demo',
  291. targetCategory: 'Meetup',
  292. },
  293. {
  294. source: '06/08/21 Live Demo',
  295. target: '05/04/21 Live Demo',
  296. value: 46,
  297. category: 'Live Demo',
  298. targetCategory: 'Live Demo',
  299. },
  300. {
  301. source: '06/08/21 Live Demo',
  302. target: '03/25/21 Meetup',
  303. value: 26,
  304. category: 'Live Demo',
  305. targetCategory: 'Meetup',
  306. },
  307. {
  308. source: '03/25/21 Meetup',
  309. target: '05/04/21 Live Demo',
  310. value: 78,
  311. category: 'Meetup',
  312. targetCategory: 'Live Demo',
  313. },
  314. {
  315. source: '03/25/21 Meetup',
  316. target: '03/25/21 Meetup',
  317. value: 45,
  318. category: 'Meetup',
  319. targetCategory: 'Meetup',
  320. },
  321. {
  322. source: '05/18/21 Live Demo',
  323. target: '03/25/21 Meetup',
  324. value: 65,
  325. category: 'Live Demo',
  326. targetCategory: 'Meetup',
  327. },
  328. ];