• 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. var myTheme = {
    35. palette: {
    36. line: [
    37. ['#FBFCFE', '#00BAF2', '#00BAF2', '#00a7d9'], /* light blue */
    38. ['#FBFCFE', '#E80C60', '#E80C60', '#d00a56'], /* light pink */
    39. ['#FBFCFE', '#9B26AF', '#9B26AF', '#8b229d'], /* light purple */
    40. ['#FBFCFE', '#E2D51A', '#E2D51A', '#E2D51A'], /* med yellow */
    41. ['#FBFCFE', '#FB301E', '#FB301E', '#e12b1b'], /* med red */
    42. ['#FBFCFE', '#00AE4D', '#00AE4D', '#00AE4D'], /* med green */
    43. ]
    44. },
    45. graph: {
    46. backgroundColor: '#FBFCFE',
    47. noData: {
    48. visible: true,
    49. alpha: 0.2,
    50. backgroundColor: "#20b2db",
    51. fontSize: "16",
    52. textAlpha: 0.9,
    53. textDecoration: "none",
    54. wrapText: true
    55. },
    56. title: {
    57. fontFamily: 'Lato',
    58. fontSize: 14,
    59. // border: "1px solid black",
    60. padding: "15",
    61. fontColor: "#1E5D9E",
    62. adjustLayout: true
    63. },
    64. subtitle: {
    65. fontFamily: 'Lato',
    66. fontSize: 12,
    67. fontColor: "#777",
    68. padding: "5"
    69. },
    70. plot: {
    71. backgroundColor: 'red',
    72. marker: {
    73. size: 4
    74. }
    75. },
    76. tooltip: {
    77. visible: true,
    78. text: "%kl<br><span style='color:%color'>%t: </span>%v<br>",
    79. backgroundColor: "white",
    80. borderColor: "#e3e3e3",
    81. borderRadius: "5px",
    82. bold: true,
    83. fontSize: "12px",
    84. fontColor: "#2f2f2f",
    85. textAlign: 'left',
    86. padding: '15px',
    87. shadow: true,
    88. shadowAlpha: 0.2,
    89. shadowBlur: 5,
    90. shadowDistance: 4,
    91. shadowColor: "#a1a1a1"
    92. },
    93. plotarea: {
    94. backgroundColor: 'transparent',
    95. borderRadius: "0 0 0 10",
    96. borderRight: "0px",
    97. borderTop: "0px",
    98. margin: "dynamic",
    99. borderLeft: '1px solid #1E5D9E',
    100. borderBottom: '1px solid #1E5D9E',
    101. },
    102. scaleX: {
    103. zooming: true,
    104. offsetY: -20,
    105. lineWidth: 0,
    106. padding: 20,
    107. margin: 20,
    108. label: {
    109. text: "Scale-X"
    110. },
    111. item: {
    112. padding: 5,
    113. fontColor: "#1E5D9E",
    114. fontFamily: 'Montserrat',
    115. rules: [{
    116. rule: "%i == 0",
    117. visible: false
    118. }]
    119. },
    120. tick: {
    121. lineColor: '#D1D3D4',
    122. rules: [{
    123. rule: "%i == 0",
    124. visible: false
    125. }]
    126. },
    127. guide: {
    128. visible: true,
    129. lineColor: '#D7D8D9',
    130. lineStyle: 'dotted',
    131. lineGapSize: '4px',
    132. rules: [{
    133. rule: "%i == 0",
    134. visible: false
    135. }]
    136. }
    137. },
    138. scaleY: {
    139. zooming: true,
    140. lineWidth: 0,
    141. label: {
    142. text: "Scale-Y"
    143. },
    144. item: {
    145. padding: "0 10 0 0",
    146. fontColor: "#1E5D9E",
    147. fontFamily: 'Montserrat',
    148. rules: [{
    149. rule: "%i == 0",
    150. offsetX: 10,
    151. offsetY: 10,
    152. backgroundColor: 'none'
    153. }]
    154. },
    155. tick: {
    156. lineColor: '#D1D3D4',
    157. rules: [{
    158. rule: "%i == 0",
    159. visible: false
    160. }]
    161. },
    162. guide: {
    163. visible: true,
    164. lineColor: '#D7D8D9',
    165. lineStyle: 'dotted',
    166. lineGapSize: '4px',
    167. rules: [{
    168. rule: "%i == 0",
    169. visible: false
    170. }]
    171. }
    172. },
    173. scrollX: {
    174. bar: {
    175. backgroundColor: 'none',
    176. borderLeft: 'none',
    177. borderTop: 'none',
    178. borderBottom: 'none'
    179. },
    180. handle: {
    181. backgroundColor: '#1E5D9E',
    182. height: 5
    183. }
    184. },
    185. scrollY: {
    186. borderWidth: 0,
    187. bar: {
    188. backgroundColor: 'none',
    189. width: 14,
    190. borderLeft: 'none',
    191. borderTop: 'none',
    192. borderBottom: 'none'
    193. },
    194. handle: {
    195. borderWidth: 0,
    196. backgroundColor: '#1E5D9E',
    197. width: 5
    198. }
    199. },
    200. zoom: {
    201. backgroundColor: '#1E5D9E',
    202. alpha: .33,
    203. borderColor: '#000',
    204. borderWidth: 1
    205. },
    206. preview: {
    207. borderColor: '#1E5D9E',
    208. borderWidth: 1,
    209. adjustLayout: true,
    210. handle: {
    211. backgroundColor: '#1E5D9E',
    212. borderColor: '#1E5D9E'
    213. },
    214. mask: {
    215. backgroundColor: '#FFF',
    216. alpha: .95,
    217. }
    218. }
    219. }
    220. };
    221.  
    222. var myConfig = {
    223. type: 'bar',
    224. noData: {
    225.  
    226. },
    227. series: [{
    228. 'values': []
    229. }]
    230. };
    231.  
    232. zingchart.render({
    233. id: 'myChart',
    234. data: myConfig,
    235. height: '100%',
    236. width: '100%',
    237. defaults: myTheme
    238. });
    239. </script>
    240. </body>
    241.  
    242. </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. var myTheme = {
    2. palette: {
    3. line: [
    4. ['#FBFCFE', '#00BAF2', '#00BAF2', '#00a7d9'], /* light blue */
    5. ['#FBFCFE', '#E80C60', '#E80C60', '#d00a56'], /* light pink */
    6. ['#FBFCFE', '#9B26AF', '#9B26AF', '#8b229d'], /* light purple */
    7. ['#FBFCFE', '#E2D51A', '#E2D51A', '#E2D51A'], /* med yellow */
    8. ['#FBFCFE', '#FB301E', '#FB301E', '#e12b1b'], /* med red */
    9. ['#FBFCFE', '#00AE4D', '#00AE4D', '#00AE4D'], /* med green */
    10. ]
    11. },
    12. graph: {
    13. backgroundColor: '#FBFCFE',
    14. noData: {
    15. visible: true,
    16. alpha: 0.2,
    17. backgroundColor: "#20b2db",
    18. fontSize: "16",
    19. textAlpha: 0.9,
    20. textDecoration: "none",
    21. wrapText: true
    22. },
    23. title: {
    24. fontFamily: 'Lato',
    25. fontSize: 14,
    26. // border: "1px solid black",
    27. padding: "15",
    28. fontColor: "#1E5D9E",
    29. adjustLayout: true
    30. },
    31. subtitle: {
    32. fontFamily: 'Lato',
    33. fontSize: 12,
    34. fontColor: "#777",
    35. padding: "5"
    36. },
    37. plot: {
    38. backgroundColor: 'red',
    39. marker: {
    40. size: 4
    41. }
    42. },
    43. tooltip: {
    44. visible: true,
    45. text: "%kl<br><span style='color:%color'>%t: </span>%v<br>",
    46. backgroundColor: "white",
    47. borderColor: "#e3e3e3",
    48. borderRadius: "5px",
    49. bold: true,
    50. fontSize: "12px",
    51. fontColor: "#2f2f2f",
    52. textAlign: 'left',
    53. padding: '15px',
    54. shadow: true,
    55. shadowAlpha: 0.2,
    56. shadowBlur: 5,
    57. shadowDistance: 4,
    58. shadowColor: "#a1a1a1"
    59. },
    60. plotarea: {
    61. backgroundColor: 'transparent',
    62. borderRadius: "0 0 0 10",
    63. borderRight: "0px",
    64. borderTop: "0px",
    65. margin: "dynamic",
    66. borderLeft: '1px solid #1E5D9E',
    67. borderBottom: '1px solid #1E5D9E',
    68. },
    69. scaleX: {
    70. zooming: true,
    71. offsetY: -20,
    72. lineWidth: 0,
    73. padding: 20,
    74. margin: 20,
    75. label: {
    76. text: "Scale-X"
    77. },
    78. item: {
    79. padding: 5,
    80. fontColor: "#1E5D9E",
    81. fontFamily: 'Montserrat',
    82. rules: [{
    83. rule: "%i == 0",
    84. visible: false
    85. }]
    86. },
    87. tick: {
    88. lineColor: '#D1D3D4',
    89. rules: [{
    90. rule: "%i == 0",
    91. visible: false
    92. }]
    93. },
    94. guide: {
    95. visible: true,
    96. lineColor: '#D7D8D9',
    97. lineStyle: 'dotted',
    98. lineGapSize: '4px',
    99. rules: [{
    100. rule: "%i == 0",
    101. visible: false
    102. }]
    103. }
    104. },
    105. scaleY: {
    106. zooming: true,
    107. lineWidth: 0,
    108. label: {
    109. text: "Scale-Y"
    110. },
    111. item: {
    112. padding: "0 10 0 0",
    113. fontColor: "#1E5D9E",
    114. fontFamily: 'Montserrat',
    115. rules: [{
    116. rule: "%i == 0",
    117. offsetX: 10,
    118. offsetY: 10,
    119. backgroundColor: 'none'
    120. }]
    121. },
    122. tick: {
    123. lineColor: '#D1D3D4',
    124. rules: [{
    125. rule: "%i == 0",
    126. visible: false
    127. }]
    128. },
    129. guide: {
    130. visible: true,
    131. lineColor: '#D7D8D9',
    132. lineStyle: 'dotted',
    133. lineGapSize: '4px',
    134. rules: [{
    135. rule: "%i == 0",
    136. visible: false
    137. }]
    138. }
    139. },
    140. scrollX: {
    141. bar: {
    142. backgroundColor: 'none',
    143. borderLeft: 'none',
    144. borderTop: 'none',
    145. borderBottom: 'none'
    146. },
    147. handle: {
    148. backgroundColor: '#1E5D9E',
    149. height: 5
    150. }
    151. },
    152. scrollY: {
    153. borderWidth: 0,
    154. bar: {
    155. backgroundColor: 'none',
    156. width: 14,
    157. borderLeft: 'none',
    158. borderTop: 'none',
    159. borderBottom: 'none'
    160. },
    161. handle: {
    162. borderWidth: 0,
    163. backgroundColor: '#1E5D9E',
    164. width: 5
    165. }
    166. },
    167. zoom: {
    168. backgroundColor: '#1E5D9E',
    169. alpha: .33,
    170. borderColor: '#000',
    171. borderWidth: 1
    172. },
    173. preview: {
    174. borderColor: '#1E5D9E',
    175. borderWidth: 1,
    176. adjustLayout: true,
    177. handle: {
    178. backgroundColor: '#1E5D9E',
    179. borderColor: '#1E5D9E'
    180. },
    181. mask: {
    182. backgroundColor: '#FFF',
    183. alpha: .95,
    184. }
    185. }
    186. }
    187. };
    188.  
    189. var myConfig = {
    190. type: 'bar',
    191. noData: {
    192.  
    193. },
    194. series: [{
    195. 'values': []
    196. }]
    197. };
    198.  
    199. zingchart.render({
    200. id: 'myChart',
    201. data: myConfig,
    202. height: '100%',
    203. width: '100%',
    204. defaults: myTheme
    205. });