Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.97 KB | None | 0 0
  1. {
  2. "component": "root",
  3. "args": {
  4. "title": "H49_pink Dashboard"
  5. },
  6. "data": [
  7. {
  8. "component": "text",
  9. "args": {
  10. "tagName": "h3"
  11. },
  12. "data": "H49_PINK DASHBOARD"
  13. },
  14. {
  15. "component": "text",
  16. "args": {
  17. "tagName": "p"
  18. },
  19. "data": "Email Campaigns"
  20. },
  21. {
  22. "component": "columns",
  23. "args": {
  24. "columns": 1
  25. },
  26. "data": [
  27. {
  28. "component": "chart",
  29. "args": {
  30. "axis": {
  31. "x": {
  32. "label": "Month",
  33. "type": "timeseries",
  34. "tick": {
  35. "format": "%m-%Y"
  36. }
  37. },
  38. "y": {
  39. "label": "Leads"
  40. }
  41. },
  42. "type": "bar",
  43. "stacked": false
  44. },
  45. "data": {
  46. "x": "x",
  47. "xFormat": "%m-%Y",
  48. "columns": [
  49. [
  50. "x",
  51. "01-2019",
  52. "02-2019",
  53. "03-2019",
  54. "04-2019",
  55. "05-2019",
  56. "06-2019",
  57. "07-2019",
  58. "08-2019",
  59. "09-2019",
  60. "10-2019",
  61. "11-2019",
  62. "12-2019"
  63. ],
  64. [
  65. "Sourced",
  66. 524,
  67. 1098,
  68. 958,
  69. 0,
  70. 1471,
  71. 1542
  72. ],
  73. [
  74. "Paired",
  75. 0,
  76. 2230,
  77. 510,
  78. 10,
  79. 1938,
  80. 2
  81. ],
  82. [
  83. "Prospected",
  84. 0,
  85. 93,
  86. 0,
  87. 279,
  88. 658,
  89. 0
  90. ],
  91. [
  92. "Delivered",
  93. 0,
  94. 81,
  95. 0,
  96. 255,
  97. 609,
  98. 0
  99. ],
  100. [
  101. "Opened",
  102. 0,
  103. 170,
  104. 0,
  105. 53,
  106. 180,
  107. 0
  108. ]
  109. ]
  110. }
  111. },
  112. {
  113. "component": "chart",
  114. "args": {
  115. "axis": {
  116. "x": {
  117. "label": "Month",
  118. "type": "timeseries",
  119. "tick": {
  120. "format": "%m-%Y"
  121. }
  122. },
  123. "y": {
  124. "label": "Leads"
  125. }
  126. },
  127. "type": "bar",
  128. "stacked": false
  129. },
  130. "data": {
  131. "x": "x",
  132. "xFormat": "%m-%Y",
  133. "columns": [
  134. [
  135. "x",
  136. "01-2019",
  137. "02-2019",
  138. "03-2019",
  139. "04-2019",
  140. "05-2019",
  141. "06-2019",
  142. "07-2019",
  143. "08-2019",
  144. "09-2019",
  145. "10-2019",
  146. "11-2019",
  147. "12-2019"
  148. ],
  149. [
  150. "Replied",
  151. 104,
  152. 47,
  153. 67,
  154. 21,
  155. 102,
  156. 58
  157. ],
  158. [
  159. "Interested",
  160. 48,
  161. 40,
  162. 33,
  163. 11,
  164. 148,
  165. 23
  166. ],
  167. [
  168. "May Be Later",
  169. 24,
  170. 7,
  171. 17,
  172. 5,
  173. 81,
  174. 10
  175. ],
  176. [
  177. "Sales Accepted",
  178. 13,
  179. 0,
  180. 7,
  181. 1,
  182. 21,
  183. 22
  184. ]
  185. ]
  186. }
  187. }
  188. ]
  189. },
  190. {
  191. "component": "text",
  192. "args": {
  193. "tagName": "p"
  194. },
  195. "data": "LinkedIn Campaigns"
  196. },
  197. {
  198. "component": "columns",
  199. "args": {
  200. "columns": 1
  201. },
  202. "data": [
  203. {
  204. "component": "chart",
  205. "args": {
  206. "axis": {
  207. "x": {
  208. "label": "Month",
  209. "type": "timeseries",
  210. "tick": {
  211. "format": "%m-%Y"
  212. }
  213. },
  214. "y": {
  215. "label": "New Connections"
  216. }
  217. },
  218. "type": "bar",
  219. "stacked": false
  220. },
  221. "data": {
  222. "x": "x",
  223. "xFormat": "%m-%Y",
  224. "columns": [
  225. [
  226. "x",
  227. "01-2019",
  228. "02-2019",
  229. "03-2019",
  230. "04-2019",
  231. "05-2019",
  232. "06-2019",
  233. "07-2019",
  234. "08-2019",
  235. "09-2019",
  236. "10-2019",
  237. "11-2019",
  238. "12-2019"
  239. ],
  240. [
  241. "Invited",
  242. 0,
  243. 0,
  244. 0,
  245. 0,
  246. 0,
  247. 0
  248. ],
  249. [
  250. "New",
  251. 0,
  252. 0,
  253. 0,
  254. 0,
  255. 0,
  256. 0
  257. ],
  258. [
  259. "Replied",
  260. 0,
  261. 0,
  262. 0,
  263. 0,
  264. 0,
  265. 0
  266. ]
  267. ]
  268. }
  269. },
  270. {
  271. "component": "chart",
  272. "args": {
  273. "axis": {
  274. "x": {
  275. "label": "Month",
  276. "type": "timeseries",
  277. "tick": {
  278. "format": "%m-%Y"
  279. }
  280. },
  281. "y": {
  282. "label": "New Connections"
  283. }
  284. },
  285. "type": "bar",
  286. "stacked": false
  287. },
  288. "data": {
  289. "x": "x",
  290. "xFormat": "%m-%Y",
  291. "columns": [
  292. [
  293. "x",
  294. "01-2019",
  295. "02-2019",
  296. "03-2019",
  297. "04-2019",
  298. "05-2019",
  299. "06-2019",
  300. "07-2019",
  301. "08-2019",
  302. "09-2019",
  303. "10-2019",
  304. "11-2019",
  305. "12-2019"
  306. ],
  307. [
  308. "Engaged",
  309. 0,
  310. 0,
  311. 0,
  312. 0,
  313. 0,
  314. 0
  315. ],
  316. [
  317. "Interested",
  318. 0,
  319. 0,
  320. 0,
  321. 0,
  322. 0,
  323. 0
  324. ],
  325. [
  326. "Sales Accepted",
  327. 0,
  328. 0,
  329. 0,
  330. 0,
  331. 0,
  332. 0
  333. ]
  334. ]
  335. }
  336. }
  337. ]
  338. }
  339. ]
  340. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement