• Edit
  • Download
    1. <!DOCTYPE html>
    2. <html>
    3.  
    4. <head>
    5. <meta charset="utf-8">
    6. <title>ZingSoft Demo</title>
    7.  
    8. <script nonce="undefined" src="https://cdn.zingchart.com/zingchart.min.js"></script>
    9. <style>
    10. html,
    11. body {
    12. height: 100%;
    13. width: 100%;
    14. margin: 0;
    15. padding: 0;
    16. }
    17.  
    18. #myChart {
    19. height: 100%;
    20. width: 100%;
    21. min-height: 150px;
    22. }
    23.  
    24. .zc-ref {
    25. display: none;
    26. }
    27. </style>
    28. </head>
    29.  
    30. <body>
    31. <div id="myChart"><a class="zc-ref" href="https://www.zingchart.com">Powered by ZingChart</a></div>
    32. <script>
    33. ZC.LICENSE = ["569d52cefae586f634c54f86dc99e6a9", "b55b025e438fa8a98e32482b5f768ff5"];
    34. zingchart.loadModules('multi-guide');
    35.  
    36. let chartConfig = {
    37. type: 'line',
    38. title: {
    39. text: 'Click on chart to lock a crosshair'
    40. },
    41. subtitle: {
    42. text: 'change label text, move it or delete it'
    43. },
    44. legend: {
    45. layout: 'float',
    46. toggleAction: 'remove'
    47. },
    48. plotarea: {
    49. margin: '50 dynamic 100 dynamic'
    50. },
    51. crosshairX: {
    52. plotLabel: {
    53. multiple: true
    54. },
    55. exact: true
    56. },
    57. crosshairY: {},
    58. options: {
    59. multiGuide: {
    60. label: {
    61. backgroundColor: '#f90',
    62. fontSize: 20,
    63. hoverState: {
    64. backgroundColor: '#90f'
    65. }
    66. },
    67. handle: {
    68. borderColor: '#009',
    69. size: 8,
    70. },
    71. close: {
    72. borderColor: '#090',
    73. borderWidth: 2,
    74. },
    75. line: {
    76. lineColor: '#c0c',
    77. lineStyle: 'dashed',
    78. lineWidth: 4,
    79. }
    80. },
    81. },
    82. scaleX: {
    83. step: 'day',
    84. transform: {
    85. type: 'date',
    86. item: {
    87. visible: false
    88. }
    89. },
    90. zooming: 1
    91. },
    92. zoom: {
    93. preserveZoom: true
    94. },
    95. tooltip: {
    96. alpha: 0.85,
    97. backgroundColor: '#333 #aaa',
    98. borderRadius: 8,
    99. borderWidth: 0,
    100. color: '#fff',
    101. padding: 8,
    102. shadow: false,
    103. visible: false,
    104. },
    105. preview: {
    106. backgroundColor: '#f7d7f4',
    107. borderWidth: 5,
    108. live: true,
    109. handle: {
    110. backgroundColor: '#333',
    111. borderRadius: 0,
    112. lineColor: '#aaa',
    113. height: 50,
    114. width: 13
    115. }
    116. },
    117. plot: {
    118. aspect: 'spline',
    119. exact: 1,
    120. lineWidth: 1,
    121. maxNodes: 0,
    122. shadow: 0,
    123. stacked: 1,
    124. marker: {
    125. size: 2
    126. }
    127. },
    128. series: [{
    129. values: [
    130. [1379486375000, 182],
    131. [1380263975000, 181],
    132. [1380523175000, 171],
    133. [1380695975000, 169],
    134. [1381991975000, 167],
    135. [1382337575000, 169],
    136. [1382683175000, 170],
    137. [1382855975000, 178],
    138. [1382942375000, 180],
    139. [1383115175000, 184],
    140. [1383806375000, 191],
    141. [1384411175000, 190],
    142. [1385620775000, 195],
    143. [1385793575000, 205],
    144. [1386225575000, 203],
    145. [1386657575000, 200],
    146. [1387089575000, 198],
    147. [1387607975000, 191],
    148. [1387953575000, 184],
    149. [1388817575000, 179],
    150. [1388903975000, 174],
    151. [1389940775000, 178],
    152. [1390372775000, 175],
    153. [1390977575000, 176],
    154. [1391063975000, 177],
    155. [1391409575000, 175],
    156. [1391927975000, 183],
    157. [1392878375000, 184],
    158. [1394433575000, 185],
    159. [1395211175000, 187],
    160. [1395470375000, 181],
    161. [1396247975000, 182],
    162. [1396420775000, 187],
    163. [1396679975000, 185],
    164. [1397284775000, 190],
    165. [1398321575000, 182],
    166. [1398407975000, 173],
    167. [1398580775000, 179],
    168. [1398839975000, 173],
    169. [1399271975000, 183],
    170. [1399876775000, 175],
    171. [1400827175000, 165],
    172. [1400999975000, 173],
    173. [1401691175000, 180],
    174. [1402123175000, 176],
    175. [1402295975000, 182],
    176. [1403159975000, 184],
    177. [1404455975000, 180],
    178. [1404628775000, 171],
    179. [1404801575000, 169],
    180. [1405060775000, 177],
    181. [1406356775000, 173],
    182. [1406443175000, 168],
    183. [1407652775000, 168],
    184. [1408343975000, 164],
    185. [1408862375000, 171],
    186. [1408948775000, 172],
    187. [1409380775000, 169],
    188. [1409553575000, 164],
    189. [1410071975000, 174],
    190. [1410417575000, 172],
    191. [1410763175000, 177],
    192. [1410849575000, 183],
    193. [1411108775000, 184],
    194. [1411540775000, 183],
    195. [1412145575000, 193],
    196. [1413873575000, 196],
    197. [1414391975000, 197],
    198. [1414478375000, 202],
    199. [1418366375000, 211],
    200. [1418625575000, 209],
    201. [1418798375000, 204],
    202. [1418971175000, 202],
    203. [1419835175000, 196],
    204. [1420007975000, 196],
    205. [1420094375000, 204],
    206. [1420439975000, 210],
    207. [1420785575000, 214],
    208. [1420871975000, 220],
    209. [1422340775000, 211],
    210. [1423377575000, 210],
    211. [1423723175000, 207],
    212. [1424414375000, 198],
    213. [1426228775000, 189],
    214. [1426660775000, 184],
    215. [1426833575000, 178],
    216. [1427697575000, 177],
    217. [1428820775000, 169],
    218. [1428993575000, 160],
    219. [1429252775000, 164],
    220. [1429511975000, 155],
    221. [1429943975000, 151],
    222. [1430030375000, 149],
    223. [1431067175000, 149],
    224. [1431412775000, 149],
    225. [1431585575000, 157],
    226. [1432017575000, 166],
    227. [1432708775000, 157],
    228. [1433572775000, 151],
    229. [1434695975000, 160],
    230. [1436337575000, 159],
    231. [1436596775000, 164],
    232. [1436769575000, 154],
    233. [1437115175000, 164],
    234. [1437460775000, 165],
    235. [1437547175000, 159],
    236. [1437719975000, 159],
    237. [1438497575000, 156],
    238. [1438583975000, 165],
    239. [1438756775000, 172],
    240. [1439015975000, 180],
    241. [1439879975000, 184],
    242. [1439966375000, 193],
    243. [1440830375000, 202],
    244. [1441694375000, 204],
    245. [1443249575000, 211],
    246. [1443854375000, 205],
    247. [1444113575000, 215],
    248. [1444199975000, 223],
    249. [1445841575000, 222],
    250. [1445927975000, 232],
    251. [1446359975000, 225],
    252. [1446532775000, 216],
    253. [1446705575000, 213],
    254. [1446791975000, 206],
    255. [1447223975000, 198],
    256. [1447310375000, 205],
    257. [1448347175000, 195],
    258. [1449124775000, 191],
    259. [1451457575000, 200],
    260. [1451716775000, 191],
    261. [1452580775000, 193],
    262. [1452667175000, 185],
    263. [1453099175000, 193],
    264. [1453185575000, 199],
    265. [1453531175000, 189],
    266. [1453790375000, 189],
    267. [1453876775000, 189],
    268. [1454827175000, 186],
    269. [1455431975000, 183],
    270. [1455950375000, 177],
    271. [1456987175000, 167],
    272. [1457505575000, 160],
    273. [1458283175000, 153],
    274. [1459233575000, 160],
    275. [1459751975000, 153],
    276. [1459838375000, 150],
    277. [1460097575000, 158],
    278. [1460702375000, 152],
    279. [1461393575000, 155],
    280. [1461479975000, 165],
    281. [1463121575000, 170],
    282. [1463380775000, 176],
    283. [1463899175000, 180],
    284. [1464331175000, 172],
    285. [1464935975000, 182],
    286. [1465281575000, 190],
    287. [1465713575000, 182]
    288. ]
    289. },
    290. {
    291. rules: [{
    292. rule: '%node-value < 50',
    293. lineColor: '#900'
    294. },
    295. {
    296. rule: '%node-value >= 50 && %node-value < 70',
    297. lineColor: '#090'
    298. }
    299. ],
    300. values: [
    301. [1379486375000, 48],
    302. [1380436775000, 55],
    303. [1380523175000, 61],
    304. [1380782375000, 60],
    305. [1380868775000, 65],
    306. [1381819175000, 56],
    307. [1382251175000, 54],
    308. [1382510375000, 48],
    309. [1382942375000, 53],
    310. [1383115175000, 49],
    311. [1383547175000, 58],
    312. [1383633575000, 65],
    313. [1384670375000, 62],
    314. [1384756775000, 59],
    315. [1385102375000, 50],
    316. [1385447975000, 59],
    317. [1385793575000, 50],
    318. [1386916775000, 44],
    319. [1387003175000, 38],
    320. [1387348775000, 38],
    321. [1388039975000, 47],
    322. [1389767975000, 48],
    323. [1391409575000, 41],
    324. [1391668775000, 34],
    325. [1392187175000, 34],
    326. [1392964775000, 44],
    327. [1394087975000, 43],
    328. [1394174375000, 50],
    329. [1394692775000, 46],
    330. [1394865575000, 49],
    331. [1395038375000, 57],
    332. [1396075175000, 57],
    333. [1396247975000, 56],
    334. [1396507175000, 56],
    335. [1397111975000, 63],
    336. [1397543975000, 57],
    337. [1397630375000, 63],
    338. [1397716775000, 60],
    339. [1398062375000, 62],
    340. [1398494375000, 65],
    341. [1398753575000, 69],
    342. [1399012775000, 59],
    343. [1399963175000, 65],
    344. [1400049575000, 72],
    345. [1400999975000, 80],
    346. [1401604775000, 74],
    347. [1402123175000, 75],
    348. [1402814375000, 79],
    349. [1403332775000, 75],
    350. [1404369575000, 85],
    351. [1406875175000, 78],
    352. [1407307175000, 72],
    353. [1407652775000, 82],
    354. [1407825575000, 81],
    355. [1408343975000, 86],
    356. [1409467175000, 96],
    357. [1409639975000, 91],
    358. [1410244775000, 81],
    359. [1411022375000, 72],
    360. [1411108775000, 75],
    361. [1412577575000, 67],
    362. [1413182375000, 62],
    363. [1413787175000, 59],
    364. [1414305575000, 61],
    365. [1414651175000, 59],
    366. [1415860775000, 59],
    367. [1416724775000, 66],
    368. [1417675175000, 62],
    369. [1418452775000, 53],
    370. [1418539175000, 53],
    371. [1418798375000, 51],
    372. [1419230375000, 60],
    373. [1420007975000, 68],
    374. [1420094375000, 68],
    375. [1420267175000, 63],
    376. [1421303975000, 61],
    377. [1422599975000, 55],
    378. [1422772775000, 57],
    379. [1422859175000, 63],
    380. [1422945575000, 59],
    381. [1423031975000, 64],
    382. [1423550375000, 60],
    383. [1423809575000, 57],
    384. [1424327975000, 49],
    385. [1425105575000, 52],
    386. [1425796775000, 60],
    387. [1425883175000, 59],
    388. [1426401575000, 54],
    389. [1427006375000, 53],
    390. [1427179175000, 48],
    391. [1427351975000, 43],
    392. [1428388775000, 46],
    393. [1428561575000, 47],
    394. [1428734375000, 47],
    395. [1429079975000, 55],
    396. [1429771175000, 51],
    397. [1430116775000, 45],
    398. [1431067175000, 50],
    399. [1431153575000, 58],
    400. [1431412775000, 58],
    401. [1431499175000, 53],
    402. [1431671975000, 51],
    403. [1433140775000, 57],
    404. [1433399975000, 50],
    405. [1433745575000, 53],
    406. [1433918375000, 47],
    407. [1434004775000, 55],
    408. [1435041575000, 50],
    409. [1435300775000, 57],
    410. [1435646375000, 65],
    411. [1436251175000, 67],
    412. [1436423975000, 57],
    413. [1436596775000, 57],
    414. [1439361575000, 65],
    415. [1440052775000, 68],
    416. [1440916775000, 73],
    417. [1442558375000, 72],
    418. [1442903975000, 66],
    419. [1443508775000, 65],
    420. [1444199975000, 65],
    421. [1444459175000, 59],
    422. [1445582375000, 62],
    423. [1445755175000, 62],
    424. [1446187175000, 72],
    425. [1446619175000, 72],
    426. [1446791975000, 73],
    427. [1447223975000, 67],
    428. [1447310375000, 76],
    429. [1448606375000, 80],
    430. [1449038375000, 80],
    431. [1449297575000, 74],
    432. [1450420775000, 75],
    433. [1451198375000, 78],
    434. [1452494375000, 88],
    435. [1452839975000, 79],
    436. [1455086375000, 77],
    437. [1456036775000, 79],
    438. [1457678375000, 70],
    439. [1458455975000, 73],
    440. [1458542375000, 63],
    441. [1458887975000, 54],
    442. [1460183975000, 53],
    443. [1460788775000, 50],
    444. [1461652775000, 60],
    445. [1462084775000, 69],
    446. [1462689575000, 64],
    447. [1464763175000, 74],
    448. [1464935975000, 65],
    449. [1465108775000, 58],
    450. [1465281575000, 51]
    451. ]
    452. }
    453. ]
    454. };
    455.  
    456. zingchart.render({
    457. id: 'myChart',
    458. data: chartConfig,
    459. height: '100%',
    460. width: '100%',
    461. modules: 'multi-guide',
    462. });
    463. </script>
    464. </body>
    465.  
    466. </html>
    1. <!DOCTYPE html>
    2. <html>
    3.  
    4. <head>
    5. <meta charset="utf-8">
    6. <title>ZingSoft Demo</title>
    7.  
    8. <script src="https://cdn.zingchart.com/zingchart.min.js"></script>
    9. </head>
    10.  
    11. <body>
    12. <div id="myChart"><a class="zc-ref" href="https://www.zingchart.com">Powered by ZingChart</a></div>
    13. </body>
    14.  
    15. </html>
    1. html,
    2. body {
    3. height: 100%;
    4. width: 100%;
    5. margin: 0;
    6. padding: 0;
    7. }
    8.  
    9. #myChart {
    10. height: 100%;
    11. width: 100%;
    12. min-height: 150px;
    13. }
    14.  
    15. .zc-ref {
    16. display: none;
    17. }
    1. zingchart.loadModules('multi-guide');
    2.  
    3. let chartConfig = {
    4. type: 'line',
    5. title: {
    6. text: 'Click on chart to lock a crosshair'
    7. },
    8. subtitle: {
    9. text: 'change label text, move it or delete it'
    10. },
    11. legend: {
    12. layout: 'float',
    13. toggleAction: 'remove'
    14. },
    15. plotarea: {
    16. margin: '50 dynamic 100 dynamic'
    17. },
    18. crosshairX: {
    19. plotLabel: {
    20. multiple: true
    21. },
    22. exact: true
    23. },
    24. crosshairY: {},
    25. options: {
    26. multiGuide: {
    27. label: {
    28. backgroundColor: '#f90',
    29. fontSize: 20,
    30. hoverState: {
    31. backgroundColor: '#90f'
    32. }
    33. },
    34. handle: {
    35. borderColor: '#009',
    36. size: 8,
    37. },
    38. close: {
    39. borderColor: '#090',
    40. borderWidth: 2,
    41. },
    42. line: {
    43. lineColor: '#c0c',
    44. lineStyle: 'dashed',
    45. lineWidth: 4,
    46. }
    47. },
    48. },
    49. scaleX: {
    50. step: 'day',
    51. transform: {
    52. type: 'date',
    53. item: {
    54. visible: false
    55. }
    56. },
    57. zooming: 1
    58. },
    59. zoom: {
    60. preserveZoom: true
    61. },
    62. tooltip: {
    63. alpha: 0.85,
    64. backgroundColor: '#333 #aaa',
    65. borderRadius: 8,
    66. borderWidth: 0,
    67. color: '#fff',
    68. padding: 8,
    69. shadow: false,
    70. visible: false,
    71. },
    72. preview: {
    73. backgroundColor: '#f7d7f4',
    74. borderWidth: 5,
    75. live: true,
    76. handle: {
    77. backgroundColor: '#333',
    78. borderRadius: 0,
    79. lineColor: '#aaa',
    80. height: 50,
    81. width: 13
    82. }
    83. },
    84. plot: {
    85. aspect: 'spline',
    86. exact: 1,
    87. lineWidth: 1,
    88. maxNodes: 0,
    89. shadow: 0,
    90. stacked: 1,
    91. marker: {
    92. size: 2
    93. }
    94. },
    95. series: [{
    96. values: [
    97. [1379486375000, 182],
    98. [1380263975000, 181],
    99. [1380523175000, 171],
    100. [1380695975000, 169],
    101. [1381991975000, 167],
    102. [1382337575000, 169],
    103. [1382683175000, 170],
    104. [1382855975000, 178],
    105. [1382942375000, 180],
    106. [1383115175000, 184],
    107. [1383806375000, 191],
    108. [1384411175000, 190],
    109. [1385620775000, 195],
    110. [1385793575000, 205],
    111. [1386225575000, 203],
    112. [1386657575000, 200],
    113. [1387089575000, 198],
    114. [1387607975000, 191],
    115. [1387953575000, 184],
    116. [1388817575000, 179],
    117. [1388903975000, 174],
    118. [1389940775000, 178],
    119. [1390372775000, 175],
    120. [1390977575000, 176],
    121. [1391063975000, 177],
    122. [1391409575000, 175],
    123. [1391927975000, 183],
    124. [1392878375000, 184],
    125. [1394433575000, 185],
    126. [1395211175000, 187],
    127. [1395470375000, 181],
    128. [1396247975000, 182],
    129. [1396420775000, 187],
    130. [1396679975000, 185],
    131. [1397284775000, 190],
    132. [1398321575000, 182],
    133. [1398407975000, 173],
    134. [1398580775000, 179],
    135. [1398839975000, 173],
    136. [1399271975000, 183],
    137. [1399876775000, 175],
    138. [1400827175000, 165],
    139. [1400999975000, 173],
    140. [1401691175000, 180],
    141. [1402123175000, 176],
    142. [1402295975000, 182],
    143. [1403159975000, 184],
    144. [1404455975000, 180],
    145. [1404628775000, 171],
    146. [1404801575000, 169],
    147. [1405060775000, 177],
    148. [1406356775000, 173],
    149. [1406443175000, 168],
    150. [1407652775000, 168],
    151. [1408343975000, 164],
    152. [1408862375000, 171],
    153. [1408948775000, 172],
    154. [1409380775000, 169],
    155. [1409553575000, 164],
    156. [1410071975000, 174],
    157. [1410417575000, 172],
    158. [1410763175000, 177],
    159. [1410849575000, 183],
    160. [1411108775000, 184],
    161. [1411540775000, 183],
    162. [1412145575000, 193],
    163. [1413873575000, 196],
    164. [1414391975000, 197],
    165. [1414478375000, 202],
    166. [1418366375000, 211],
    167. [1418625575000, 209],
    168. [1418798375000, 204],
    169. [1418971175000, 202],
    170. [1419835175000, 196],
    171. [1420007975000, 196],
    172. [1420094375000, 204],
    173. [1420439975000, 210],
    174. [1420785575000, 214],
    175. [1420871975000, 220],
    176. [1422340775000, 211],
    177. [1423377575000, 210],
    178. [1423723175000, 207],
    179. [1424414375000, 198],
    180. [1426228775000, 189],
    181. [1426660775000, 184],
    182. [1426833575000, 178],
    183. [1427697575000, 177],
    184. [1428820775000, 169],
    185. [1428993575000, 160],
    186. [1429252775000, 164],
    187. [1429511975000, 155],
    188. [1429943975000, 151],
    189. [1430030375000, 149],
    190. [1431067175000, 149],
    191. [1431412775000, 149],
    192. [1431585575000, 157],
    193. [1432017575000, 166],
    194. [1432708775000, 157],
    195. [1433572775000, 151],
    196. [1434695975000, 160],
    197. [1436337575000, 159],
    198. [1436596775000, 164],
    199. [1436769575000, 154],
    200. [1437115175000, 164],
    201. [1437460775000, 165],
    202. [1437547175000, 159],
    203. [1437719975000, 159],
    204. [1438497575000, 156],
    205. [1438583975000, 165],
    206. [1438756775000, 172],
    207. [1439015975000, 180],
    208. [1439879975000, 184],
    209. [1439966375000, 193],
    210. [1440830375000, 202],
    211. [1441694375000, 204],
    212. [1443249575000, 211],
    213. [1443854375000, 205],
    214. [1444113575000, 215],
    215. [1444199975000, 223],
    216. [1445841575000, 222],
    217. [1445927975000, 232],
    218. [1446359975000, 225],
    219. [1446532775000, 216],
    220. [1446705575000, 213],
    221. [1446791975000, 206],
    222. [1447223975000, 198],
    223. [1447310375000, 205],
    224. [1448347175000, 195],
    225. [1449124775000, 191],
    226. [1451457575000, 200],
    227. [1451716775000, 191],
    228. [1452580775000, 193],
    229. [1452667175000, 185],
    230. [1453099175000, 193],
    231. [1453185575000, 199],
    232. [1453531175000, 189],
    233. [1453790375000, 189],
    234. [1453876775000, 189],
    235. [1454827175000, 186],
    236. [1455431975000, 183],
    237. [1455950375000, 177],
    238. [1456987175000, 167],
    239. [1457505575000, 160],
    240. [1458283175000, 153],
    241. [1459233575000, 160],
    242. [1459751975000, 153],
    243. [1459838375000, 150],
    244. [1460097575000, 158],
    245. [1460702375000, 152],
    246. [1461393575000, 155],
    247. [1461479975000, 165],
    248. [1463121575000, 170],
    249. [1463380775000, 176],
    250. [1463899175000, 180],
    251. [1464331175000, 172],
    252. [1464935975000, 182],
    253. [1465281575000, 190],
    254. [1465713575000, 182]
    255. ]
    256. },
    257. {
    258. rules: [{
    259. rule: '%node-value < 50',
    260. lineColor: '#900'
    261. },
    262. {
    263. rule: '%node-value >= 50 && %node-value < 70',
    264. lineColor: '#090'
    265. }
    266. ],
    267. values: [
    268. [1379486375000, 48],
    269. [1380436775000, 55],
    270. [1380523175000, 61],
    271. [1380782375000, 60],
    272. [1380868775000, 65],
    273. [1381819175000, 56],
    274. [1382251175000, 54],
    275. [1382510375000, 48],
    276. [1382942375000, 53],
    277. [1383115175000, 49],
    278. [1383547175000, 58],
    279. [1383633575000, 65],
    280. [1384670375000, 62],
    281. [1384756775000, 59],
    282. [1385102375000, 50],
    283. [1385447975000, 59],
    284. [1385793575000, 50],
    285. [1386916775000, 44],
    286. [1387003175000, 38],
    287. [1387348775000, 38],
    288. [1388039975000, 47],
    289. [1389767975000, 48],
    290. [1391409575000, 41],
    291. [1391668775000, 34],
    292. [1392187175000, 34],
    293. [1392964775000, 44],
    294. [1394087975000, 43],
    295. [1394174375000, 50],
    296. [1394692775000, 46],
    297. [1394865575000, 49],
    298. [1395038375000, 57],
    299. [1396075175000, 57],
    300. [1396247975000, 56],
    301. [1396507175000, 56],
    302. [1397111975000, 63],
    303. [1397543975000, 57],
    304. [1397630375000, 63],
    305. [1397716775000, 60],
    306. [1398062375000, 62],
    307. [1398494375000, 65],
    308. [1398753575000, 69],
    309. [1399012775000, 59],
    310. [1399963175000, 65],
    311. [1400049575000, 72],
    312. [1400999975000, 80],
    313. [1401604775000, 74],
    314. [1402123175000, 75],
    315. [1402814375000, 79],
    316. [1403332775000, 75],
    317. [1404369575000, 85],
    318. [1406875175000, 78],
    319. [1407307175000, 72],
    320. [1407652775000, 82],
    321. [1407825575000, 81],
    322. [1408343975000, 86],
    323. [1409467175000, 96],
    324. [1409639975000, 91],
    325. [1410244775000, 81],
    326. [1411022375000, 72],
    327. [1411108775000, 75],
    328. [1412577575000, 67],
    329. [1413182375000, 62],
    330. [1413787175000, 59],
    331. [1414305575000, 61],
    332. [1414651175000, 59],
    333. [1415860775000, 59],
    334. [1416724775000, 66],
    335. [1417675175000, 62],
    336. [1418452775000, 53],
    337. [1418539175000, 53],
    338. [1418798375000, 51],
    339. [1419230375000, 60],
    340. [1420007975000, 68],
    341. [1420094375000, 68],
    342. [1420267175000, 63],
    343. [1421303975000, 61],
    344. [1422599975000, 55],
    345. [1422772775000, 57],
    346. [1422859175000, 63],
    347. [1422945575000, 59],
    348. [1423031975000, 64],
    349. [1423550375000, 60],
    350. [1423809575000, 57],
    351. [1424327975000, 49],
    352. [1425105575000, 52],
    353. [1425796775000, 60],
    354. [1425883175000, 59],
    355. [1426401575000, 54],
    356. [1427006375000, 53],
    357. [1427179175000, 48],
    358. [1427351975000, 43],
    359. [1428388775000, 46],
    360. [1428561575000, 47],
    361. [1428734375000, 47],
    362. [1429079975000, 55],
    363. [1429771175000, 51],
    364. [1430116775000, 45],
    365. [1431067175000, 50],
    366. [1431153575000, 58],
    367. [1431412775000, 58],
    368. [1431499175000, 53],
    369. [1431671975000, 51],
    370. [1433140775000, 57],
    371. [1433399975000, 50],
    372. [1433745575000, 53],
    373. [1433918375000, 47],
    374. [1434004775000, 55],
    375. [1435041575000, 50],
    376. [1435300775000, 57],
    377. [1435646375000, 65],
    378. [1436251175000, 67],
    379. [1436423975000, 57],
    380. [1436596775000, 57],
    381. [1439361575000, 65],
    382. [1440052775000, 68],
    383. [1440916775000, 73],
    384. [1442558375000, 72],
    385. [1442903975000, 66],
    386. [1443508775000, 65],
    387. [1444199975000, 65],
    388. [1444459175000, 59],
    389. [1445582375000, 62],
    390. [1445755175000, 62],
    391. [1446187175000, 72],
    392. [1446619175000, 72],
    393. [1446791975000, 73],
    394. [1447223975000, 67],
    395. [1447310375000, 76],
    396. [1448606375000, 80],
    397. [1449038375000, 80],
    398. [1449297575000, 74],
    399. [1450420775000, 75],
    400. [1451198375000, 78],
    401. [1452494375000, 88],
    402. [1452839975000, 79],
    403. [1455086375000, 77],
    404. [1456036775000, 79],
    405. [1457678375000, 70],
    406. [1458455975000, 73],
    407. [1458542375000, 63],
    408. [1458887975000, 54],
    409. [1460183975000, 53],
    410. [1460788775000, 50],
    411. [1461652775000, 60],
    412. [1462084775000, 69],
    413. [1462689575000, 64],
    414. [1464763175000, 74],
    415. [1464935975000, 65],
    416. [1465108775000, 58],
    417. [1465281575000, 51]
    418. ]
    419. }
    420. ]
    421. };
    422.  
    423. zingchart.render({
    424. id: 'myChart',
    425. data: chartConfig,
    426. height: '100%',
    427. width: '100%',
    428. modules: 'multi-guide',
    429. });