• 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></style>
    10. </head>
    11.  
    12. <body>
    13. <div id='myChart'></div>
    14. <script>
    15. ZC.LICENSE = ["569d52cefae586f634c54f86dc99e6a9", "b55b025e438fa8a98e32482b5f768ff5"];
    16. var myConfig = {
    17. "type": "mixed",
    18. "title": {
    19. "text": "Secondary Scales"
    20. },
    21. "scale-x": {
    22. "min-value": 1420232400000,
    23. "step": "day",
    24. "transform": {
    25. "type": "date",
    26. "all": "%m/%d/%y"
    27. },
    28. "items-overlap": true,
    29. "max-items": 10,
    30. "item": {
    31. "font-size": 10
    32. }
    33. },
    34. "scale-y": {
    35. "values": "0:6:1",
    36. "format": "%vM",
    37. "guide": {
    38. "line-style": "solid"
    39. },
    40. "item": {
    41. "font-size": 10
    42. }
    43. },
    44. "scale-y-2": {
    45. "values": "27:33:1",
    46. "format": "$%v",
    47. "guide": {
    48. "line-style": "solid"
    49. },
    50. "item": {
    51. "font-size": 10
    52. }
    53. },
    54. "crosshair-x": {
    55. "plot-label": {
    56. "multiple": true
    57. }
    58. },
    59. "plot": {
    60. "tooltip": {
    61. "visible": false
    62. }
    63. },
    64. "series": [{
    65. "type": "bar",
    66. "scales": "scale-x,scale-y",
    67. "guide-label": {
    68. "text": "Shares Sold: %vM",
    69. "decimals": 2
    70. },
    71. "background-color": "#91C740",
    72. "bar-width": "50%",
    73. "values": [
    74. [1420232400000, 1.3], //01/02/15
    75.  
    76. [1420491600000, 1.5], //01/05/15
    77. [1420578000000, 2.1], //01/06/15
    78. [1420664400000, 2.2], //01/07/15
    79. [1420750800000, 1.9], //01/08/15
    80. [1420837200000, 1.7], //01/09/15
    81.  
    82. [1421096400000, 1.8], //01/12/15
    83. [1421182800000, 1.9], //01/13/15
    84. [1421269200000, 1.9], //01/14/15
    85. [1421355600000, 2.0], //01/15/15
    86. [1421442000000, 1.4], //01/16/15
    87.  
    88. [1421787600000, 2.1], //01/20/15
    89. [1421874000000, 2.3], //01/21/15
    90. [1421960400000, 2.6], //01/22/15
    91. [1422046800000, 2.5], //01/23/15
    92.  
    93. [1422306000000, 2.3], //01/26/15
    94. [1422392400000, 1.5], //01/27/15
    95. [1422478800000, 2.4], //01/28/15
    96. [1422565200000, 1.6], //01/29/15
    97. [1422651600000, 1.4], //01/30/15
    98.  
    99. [1422910800000, 1.6], //02/02/15
    100. [1422997200000, 1.1], //02/03/15
    101. [1423083600000, 1.3], //02/04/15
    102. [1423170000000, 1.5], //02/05/15
    103. [1423256400000, 1.9], //02/06/15
    104.  
    105. [1423515600000, 2.0], //02/09/15
    106. [1423602000000, 2.4], //02/10/15
    107. [1423688400000, 1.4], //02/11/15
    108. [1423774800000, 1.3], //02/12/15
    109. [1423861200000, 1.0], //02/13/15
    110.  
    111. [1424206800000, 0.9], //02/17/15
    112. [1424293200000, 1.1], //02/18/15
    113. [1424379600000, 0.5], //02/19/15
    114. [1424466000000, 0.8], //02/20/15
    115.  
    116. [1424725200000, 1.0], //02/23/15
    117. [1424811600000, 1.5], //02/24/15
    118. [1424898000000, 1.3], //02/25/15
    119. [1424984400000, 1.4], //02/26/15
    120. [1425070800000, 0.9], //02/27/15
    121.  
    122. [1425330000000, 1.8], //03/02/15
    123. [1425416400000, 0.8], //03/03/15
    124. [1425502800000, 1.2], //03/04/15
    125. [1425589200000, 1.4], //03/05/15
    126. [1425675600000, 0.9], //03/06/15
    127.  
    128. [1425934800000, 0.9], //03/09/15
    129. [1426021200000, 1.1], //03/10/15
    130. [1426107600000, 2.5], //03/11/15
    131. [1426194000000, 2.3], //03/12/15
    132. [1426280400000, 1.2], //03/13/15
    133.  
    134. [1426539600000, 1.4], //03/16/15
    135. [1426626000000, 2.7], //03/17/15
    136. [1426712400000, 2.6], //03/18/15
    137. [1426798800000, 2.1], //03/19/15
    138. [1426885200000, 3.0], //03/20/15
    139.  
    140. [1427144400000, 3.9], //03/23/15
    141. [1427230800000, 4.9], //03/24/15
    142. [1427317200000, 5.1], //03/25/15
    143. [1427403600000, 4.5], //03/26/15
    144. [1427490000000, 5.3], //03/27/15
    145.  
    146. [1427749200000, 4.2], //03/30/15
    147. [1427835600000, 3.3], //03/31/15
    148. ]
    149. },
    150. {
    151. "type": "stock",
    152. "scales": "scale-x,scale-y-2",
    153. "aspect": "candlestick",
    154. "guide-label": {
    155. "text": "Open: $%open<br>High: $%high<br>Low: $%low<br>Close: $%close",
    156. "decimals": 2
    157. },
    158. "trend-up": {
    159. "background-color": "#ED008E",
    160. "line-color": "#ED008E",
    161. "border-color": "#ED008E"
    162. },
    163. "trend-down": {
    164. "background-color": "#F0592B",
    165. "line-color": "#F0592B",
    166. "border-color": "#F0592B"
    167. },
    168. "values": [
    169. [1420232400000, [29.34, 29.46, 28.87, 29.06]], //01/02/15
    170.  
    171. [1420491600000, [29.80, 30.25, 29.52, 30.05]], //01/05/15
    172. [1420578000000, [30.05, 29.57, 29.93, 30.30]], //01/06/15
    173. [1420664400000, [30.21, 30.39, 29.98, 30.08]], //01/07/15
    174. [1420750800000, [30.32, 30.38, 30.13, 30.37]], //01/08/15
    175. [1420837200000, [29.52, 29.53, 28.95, 29.03]], //01/09/15
    176.  
    177. [1421096400000, [30.07, 30.14, 29.77, 29.98]], //01/12/15
    178. [1421182800000, [30.26, 30.33, 29.61, 29.86]], //01/13/15
    179. [1421269200000, [29.65, 29.85, 29.41, 29.78]], //01/14/15
    180. [1421355600000, [29.86, 29.97, 29.56, 29.58]], //01/15/15
    181. [1421442000000, [29.51, 29.65, 29.45, 29.59]], //01/16/15
    182.  
    183. [1421787600000, [29.84, 29.87, 29.55, 29.85]], //01/20/15
    184. [1421874000000, [29.83, 30.08, 29.71, 30.04]], //01/21/15
    185. [1421960400000, [30.30, 30.36, 29.96, 30.28]], //01/22/15
    186. [1422046800000, [29.95, 30.88, 29.90, 30.48]], //01/23/15
    187.  
    188. [1422306000000, [30.72, 31.74, 30.40, 31.60]], //01/26/15
    189. [1422392400000, [31.39, 31.91, 31.20, 31.28]], //01/27/15
    190. [1422478800000, [32.47, 32.49, 31.81, 31.84]], //01/28/15
    191. [1422565200000, [31.84, 32.20, 31.78, 32.08]], //01/29/15
    192. [1422651600000, [31.88, 32.11, 31.82, 31.89]], //01/30/15
    193.  
    194. [1422910800000, [32.00, 32.22, 31.90, 32.21]], //02/02/15
    195. [1422997200000, [32.29, 32.52, 32.26, 32.47]], //02/03/15
    196. [1423083600000, [32.41, 32.43, 32.08, 32.16]], //02/04/15
    197. [1423170000000, [32.25, 32.50, 32.23, 32.50]], //02/05/15
    198. [1423256400000, [32.54, 32.75, 32.47, 32.52]], //02/06/15
    199.  
    200. [1423515600000, [32.47, 32.75, 31.50, 31.64]], //02/09/15
    201. [1423602000000, [31.77, 32.05, 31.55, 31.96]], //02/10/15
    202. [1423688400000, [31.49, 31.82, 31.35, 31.77]], //02/11/15
    203. [1423774800000, [31.70, 31.99, 30.71, 30.89]], //02/12/15
    204. [1423861200000, [30.99, 31.57, 30.50, 31.55]], //02/13/15
    205.  
    206. [1424206800000, [30.02, 30.30, 29.98, 30.27]], //02/17/15
    207. [1424293200000, [30.34, 30.90, 30.15, 30.80]], //02/18/15
    208. [1424379600000, [30.85, 30.91, 30.05, 30.15]], //02/19/15
    209. [1424466000000, [29.88, 30.21, 29.80, 30.21]], //02/20/15
    210.  
    211. [1424725200000, [30.22, 30.30, 30.10, 30.17]], //02/23/15
    212. [1424811600000, [30.15, 30.45, 30.01, 30.39]], //02/24/15
    213. [1424898000000, [30.45, 31.06, 30.40, 30.91]], //02/25/15
    214. [1424984400000, [30.94, 31.01, 30.81, 30.89]], //02/26/15
    215. [1425070800000, [30.83, 31.27, 30.75, 30.99]], //02/27/15
    216.  
    217. [1425330000000, [30.90, 31.12, 30.85, 31.11]], //03/02/15
    218. [1425416400000, [31.05, 31.08, 30.78, 30.86]], //03/03/15
    219. [1425502800000, [30.76, 30.77, 30.47, 30.66]], //03/04/15
    220. [1425589200000, [30.62, 30.82, 30.57, 30.82]], //03/05/15
    221. [1425675600000, [30.71, 30.78, 30.33, 30.42]], //03/06/15
    222.  
    223. [1425934800000, [30.52, 30.70, 30.49, 30.64]], //03/09/15
    224. [1426021200000, [30.50, 30.64, 30.17, 30.17]], //03/10/15
    225. [1426107600000, [30.28, 30.49, 30.15, 30.19]], //03/11/15
    226. [1426194000000, [30.27, 30.41, 30.17, 30.40]], //03/12/15
    227. [1426280400000, [30.28, 30.36, 29.81, 30.04]], //03/13/15
    228.  
    229. [1426539600000, [30.06, 30.48, 29.96, 30.45]], //03/16/15
    230. [1426626000000, [30.30, 30.39, 30.09, 30.31]], //03/17/15
    231. [1426712400000, [30.18, 30.85, 30.11, 30.64]], //03/18/15
    232. [1426798800000, [30.44, 30.61, 30.26, 30.33]], //03/19/15
    233. [1426885200000, [30.34, 30.53, 30.30, 30.40]], //03/20/15
    234.  
    235. [1427144400000, [30.48, 30.74, 30.45, 30.47]], //03/23/15
    236. [1427230800000, [30.38, 30.48, 30.27, 30.28]], //03/24/15
    237. [1427317200000, [30.23, 30.33, 29.91, 29.91]], //03/25/15
    238. [1427403600000, [30.80, 30.92, 30.17, 30.30]], //03/26/15
    239. [1427490000000, [30.34, 30.90, 29.60, 29.64]], //03/27/15
    240.  
    241. [1427749200000, [29.98, 30.20, 29.97, 30.12]], //03/30/15
    242. [1427835600000, [30.15, 30.90, 29.81, 30.81]] //03/31/15
    243. ]
    244. }
    245. ]
    246. };
    247.  
    248. zingchart.render({
    249. id: 'myChart',
    250. data: myConfig,
    251. height: 400,
    252. width: "100%"
    253. });
    254. </script>
    255. </body>
    256.  
    257. </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'></div>
    13. </body>
    14.  
    15. </html>
    1.  
    1. var myConfig = {
    2. "type": "mixed",
    3. "title": {
    4. "text": "Secondary Scales"
    5. },
    6. "scale-x": {
    7. "min-value": 1420232400000,
    8. "step": "day",
    9. "transform": {
    10. "type": "date",
    11. "all": "%m/%d/%y"
    12. },
    13. "items-overlap": true,
    14. "max-items": 10,
    15. "item": {
    16. "font-size": 10
    17. }
    18. },
    19. "scale-y": {
    20. "values": "0:6:1",
    21. "format": "%vM",
    22. "guide": {
    23. "line-style": "solid"
    24. },
    25. "item": {
    26. "font-size": 10
    27. }
    28. },
    29. "scale-y-2": {
    30. "values": "27:33:1",
    31. "format": "$%v",
    32. "guide": {
    33. "line-style": "solid"
    34. },
    35. "item": {
    36. "font-size": 10
    37. }
    38. },
    39. "crosshair-x": {
    40. "plot-label": {
    41. "multiple": true
    42. }
    43. },
    44. "plot": {
    45. "tooltip": {
    46. "visible": false
    47. }
    48. },
    49. "series": [{
    50. "type": "bar",
    51. "scales": "scale-x,scale-y",
    52. "guide-label": {
    53. "text": "Shares Sold: %vM",
    54. "decimals": 2
    55. },
    56. "background-color": "#91C740",
    57. "bar-width": "50%",
    58. "values": [
    59. [1420232400000, 1.3], //01/02/15
    60.  
    61. [1420491600000, 1.5], //01/05/15
    62. [1420578000000, 2.1], //01/06/15
    63. [1420664400000, 2.2], //01/07/15
    64. [1420750800000, 1.9], //01/08/15
    65. [1420837200000, 1.7], //01/09/15
    66.  
    67. [1421096400000, 1.8], //01/12/15
    68. [1421182800000, 1.9], //01/13/15
    69. [1421269200000, 1.9], //01/14/15
    70. [1421355600000, 2.0], //01/15/15
    71. [1421442000000, 1.4], //01/16/15
    72.  
    73. [1421787600000, 2.1], //01/20/15
    74. [1421874000000, 2.3], //01/21/15
    75. [1421960400000, 2.6], //01/22/15
    76. [1422046800000, 2.5], //01/23/15
    77.  
    78. [1422306000000, 2.3], //01/26/15
    79. [1422392400000, 1.5], //01/27/15
    80. [1422478800000, 2.4], //01/28/15
    81. [1422565200000, 1.6], //01/29/15
    82. [1422651600000, 1.4], //01/30/15
    83.  
    84. [1422910800000, 1.6], //02/02/15
    85. [1422997200000, 1.1], //02/03/15
    86. [1423083600000, 1.3], //02/04/15
    87. [1423170000000, 1.5], //02/05/15
    88. [1423256400000, 1.9], //02/06/15
    89.  
    90. [1423515600000, 2.0], //02/09/15
    91. [1423602000000, 2.4], //02/10/15
    92. [1423688400000, 1.4], //02/11/15
    93. [1423774800000, 1.3], //02/12/15
    94. [1423861200000, 1.0], //02/13/15
    95.  
    96. [1424206800000, 0.9], //02/17/15
    97. [1424293200000, 1.1], //02/18/15
    98. [1424379600000, 0.5], //02/19/15
    99. [1424466000000, 0.8], //02/20/15
    100.  
    101. [1424725200000, 1.0], //02/23/15
    102. [1424811600000, 1.5], //02/24/15
    103. [1424898000000, 1.3], //02/25/15
    104. [1424984400000, 1.4], //02/26/15
    105. [1425070800000, 0.9], //02/27/15
    106.  
    107. [1425330000000, 1.8], //03/02/15
    108. [1425416400000, 0.8], //03/03/15
    109. [1425502800000, 1.2], //03/04/15
    110. [1425589200000, 1.4], //03/05/15
    111. [1425675600000, 0.9], //03/06/15
    112.  
    113. [1425934800000, 0.9], //03/09/15
    114. [1426021200000, 1.1], //03/10/15
    115. [1426107600000, 2.5], //03/11/15
    116. [1426194000000, 2.3], //03/12/15
    117. [1426280400000, 1.2], //03/13/15
    118.  
    119. [1426539600000, 1.4], //03/16/15
    120. [1426626000000, 2.7], //03/17/15
    121. [1426712400000, 2.6], //03/18/15
    122. [1426798800000, 2.1], //03/19/15
    123. [1426885200000, 3.0], //03/20/15
    124.  
    125. [1427144400000, 3.9], //03/23/15
    126. [1427230800000, 4.9], //03/24/15
    127. [1427317200000, 5.1], //03/25/15
    128. [1427403600000, 4.5], //03/26/15
    129. [1427490000000, 5.3], //03/27/15
    130.  
    131. [1427749200000, 4.2], //03/30/15
    132. [1427835600000, 3.3], //03/31/15
    133. ]
    134. },
    135. {
    136. "type": "stock",
    137. "scales": "scale-x,scale-y-2",
    138. "aspect": "candlestick",
    139. "guide-label": {
    140. "text": "Open: $%open<br>High: $%high<br>Low: $%low<br>Close: $%close",
    141. "decimals": 2
    142. },
    143. "trend-up": {
    144. "background-color": "#ED008E",
    145. "line-color": "#ED008E",
    146. "border-color": "#ED008E"
    147. },
    148. "trend-down": {
    149. "background-color": "#F0592B",
    150. "line-color": "#F0592B",
    151. "border-color": "#F0592B"
    152. },
    153. "values": [
    154. [1420232400000, [29.34, 29.46, 28.87, 29.06]], //01/02/15
    155.  
    156. [1420491600000, [29.80, 30.25, 29.52, 30.05]], //01/05/15
    157. [1420578000000, [30.05, 29.57, 29.93, 30.30]], //01/06/15
    158. [1420664400000, [30.21, 30.39, 29.98, 30.08]], //01/07/15
    159. [1420750800000, [30.32, 30.38, 30.13, 30.37]], //01/08/15
    160. [1420837200000, [29.52, 29.53, 28.95, 29.03]], //01/09/15
    161.  
    162. [1421096400000, [30.07, 30.14, 29.77, 29.98]], //01/12/15
    163. [1421182800000, [30.26, 30.33, 29.61, 29.86]], //01/13/15
    164. [1421269200000, [29.65, 29.85, 29.41, 29.78]], //01/14/15
    165. [1421355600000, [29.86, 29.97, 29.56, 29.58]], //01/15/15
    166. [1421442000000, [29.51, 29.65, 29.45, 29.59]], //01/16/15
    167.  
    168. [1421787600000, [29.84, 29.87, 29.55, 29.85]], //01/20/15
    169. [1421874000000, [29.83, 30.08, 29.71, 30.04]], //01/21/15
    170. [1421960400000, [30.30, 30.36, 29.96, 30.28]], //01/22/15
    171. [1422046800000, [29.95, 30.88, 29.90, 30.48]], //01/23/15
    172.  
    173. [1422306000000, [30.72, 31.74, 30.40, 31.60]], //01/26/15
    174. [1422392400000, [31.39, 31.91, 31.20, 31.28]], //01/27/15
    175. [1422478800000, [32.47, 32.49, 31.81, 31.84]], //01/28/15
    176. [1422565200000, [31.84, 32.20, 31.78, 32.08]], //01/29/15
    177. [1422651600000, [31.88, 32.11, 31.82, 31.89]], //01/30/15
    178.  
    179. [1422910800000, [32.00, 32.22, 31.90, 32.21]], //02/02/15
    180. [1422997200000, [32.29, 32.52, 32.26, 32.47]], //02/03/15
    181. [1423083600000, [32.41, 32.43, 32.08, 32.16]], //02/04/15
    182. [1423170000000, [32.25, 32.50, 32.23, 32.50]], //02/05/15
    183. [1423256400000, [32.54, 32.75, 32.47, 32.52]], //02/06/15
    184.  
    185. [1423515600000, [32.47, 32.75, 31.50, 31.64]], //02/09/15
    186. [1423602000000, [31.77, 32.05, 31.55, 31.96]], //02/10/15
    187. [1423688400000, [31.49, 31.82, 31.35, 31.77]], //02/11/15
    188. [1423774800000, [31.70, 31.99, 30.71, 30.89]], //02/12/15
    189. [1423861200000, [30.99, 31.57, 30.50, 31.55]], //02/13/15
    190.  
    191. [1424206800000, [30.02, 30.30, 29.98, 30.27]], //02/17/15
    192. [1424293200000, [30.34, 30.90, 30.15, 30.80]], //02/18/15
    193. [1424379600000, [30.85, 30.91, 30.05, 30.15]], //02/19/15
    194. [1424466000000, [29.88, 30.21, 29.80, 30.21]], //02/20/15
    195.  
    196. [1424725200000, [30.22, 30.30, 30.10, 30.17]], //02/23/15
    197. [1424811600000, [30.15, 30.45, 30.01, 30.39]], //02/24/15
    198. [1424898000000, [30.45, 31.06, 30.40, 30.91]], //02/25/15
    199. [1424984400000, [30.94, 31.01, 30.81, 30.89]], //02/26/15
    200. [1425070800000, [30.83, 31.27, 30.75, 30.99]], //02/27/15
    201.  
    202. [1425330000000, [30.90, 31.12, 30.85, 31.11]], //03/02/15
    203. [1425416400000, [31.05, 31.08, 30.78, 30.86]], //03/03/15
    204. [1425502800000, [30.76, 30.77, 30.47, 30.66]], //03/04/15
    205. [1425589200000, [30.62, 30.82, 30.57, 30.82]], //03/05/15
    206. [1425675600000, [30.71, 30.78, 30.33, 30.42]], //03/06/15
    207.  
    208. [1425934800000, [30.52, 30.70, 30.49, 30.64]], //03/09/15
    209. [1426021200000, [30.50, 30.64, 30.17, 30.17]], //03/10/15
    210. [1426107600000, [30.28, 30.49, 30.15, 30.19]], //03/11/15
    211. [1426194000000, [30.27, 30.41, 30.17, 30.40]], //03/12/15
    212. [1426280400000, [30.28, 30.36, 29.81, 30.04]], //03/13/15
    213.  
    214. [1426539600000, [30.06, 30.48, 29.96, 30.45]], //03/16/15
    215. [1426626000000, [30.30, 30.39, 30.09, 30.31]], //03/17/15
    216. [1426712400000, [30.18, 30.85, 30.11, 30.64]], //03/18/15
    217. [1426798800000, [30.44, 30.61, 30.26, 30.33]], //03/19/15
    218. [1426885200000, [30.34, 30.53, 30.30, 30.40]], //03/20/15
    219.  
    220. [1427144400000, [30.48, 30.74, 30.45, 30.47]], //03/23/15
    221. [1427230800000, [30.38, 30.48, 30.27, 30.28]], //03/24/15
    222. [1427317200000, [30.23, 30.33, 29.91, 29.91]], //03/25/15
    223. [1427403600000, [30.80, 30.92, 30.17, 30.30]], //03/26/15
    224. [1427490000000, [30.34, 30.90, 29.60, 29.64]], //03/27/15
    225.  
    226. [1427749200000, [29.98, 30.20, 29.97, 30.12]], //03/30/15
    227. [1427835600000, [30.15, 30.90, 29.81, 30.81]] //03/31/15
    228. ]
    229. }
    230. ]
    231. };
    232.  
    233. zingchart.render({
    234. id: 'myChart',
    235. data: myConfig,
    236. height: 400,
    237. width: "100%"
    238. });