• 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 myConfig = {
    35. "graphset": [{
    36. "plot": {
    37.  
    38. },
    39. "series": [],
    40. "title": {
    41. "text": "",
    42. "font-size": "12px"
    43. },
    44. "options": {
    45. "-max-font-size": 20,
    46. "rotate": false,
    47. "style": {
    48. "tooltip": {
    49. "visible": true,
    50. "text": "%text:%hits"
    51. }
    52. },
    53. "words": [{
    54. "count": 296,
    55. "text": "yale"
    56. },
    57. {
    58. "count": 295,
    59. "text": "harvard"
    60. },
    61. {
    62. "count": 295,
    63. "text": "pennsylvania"
    64. },
    65. {
    66. "count": 294,
    67. "text": "cornell"
    68. },
    69. {
    70. "count": 294,
    71. "text": "princeton"
    72. },
    73. {
    74. "count": 291,
    75. "text": "brown"
    76. },
    77. {
    78. "count": 288,
    79. "text": "columbia"
    80. },
    81. {
    82. "count": 281,
    83. "text": "dartmouth"
    84. }
    85. ],
    86. "text": null
    87. },
    88. "plotarea": null,
    89. "type": "wordcloud",
    90. "scaleX": null,
    91. "legend": null
    92. }]
    93. }
    94.  
    95. zingchart.render({
    96. id: 'myChart',
    97. data: myConfig,
    98. height: '250',
    99. width: '250'
    100. });
    101. </script>
    102. </body>
    103.  
    104. </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 myConfig = {
    2. "graphset": [{
    3. "plot": {
    4.  
    5. },
    6. "series": [],
    7. "title": {
    8. "text": "",
    9. "font-size": "12px"
    10. },
    11. "options": {
    12. "-max-font-size": 20,
    13. "rotate": false,
    14. "style": {
    15. "tooltip": {
    16. "visible": true,
    17. "text": "%text:%hits"
    18. }
    19. },
    20. "words": [{
    21. "count": 296,
    22. "text": "yale"
    23. },
    24. {
    25. "count": 295,
    26. "text": "harvard"
    27. },
    28. {
    29. "count": 295,
    30. "text": "pennsylvania"
    31. },
    32. {
    33. "count": 294,
    34. "text": "cornell"
    35. },
    36. {
    37. "count": 294,
    38. "text": "princeton"
    39. },
    40. {
    41. "count": 291,
    42. "text": "brown"
    43. },
    44. {
    45. "count": 288,
    46. "text": "columbia"
    47. },
    48. {
    49. "count": 281,
    50. "text": "dartmouth"
    51. }
    52. ],
    53. "text": null
    54. },
    55. "plotarea": null,
    56. "type": "wordcloud",
    57. "scaleX": null,
    58. "legend": null
    59. }]
    60. }
    61.  
    62. zingchart.render({
    63. id: 'myChart',
    64. data: myConfig,
    65. height: '250',
    66. width: '250'
    67. });