• 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. #myChart {
    13. height: 100%;
    14. width: 100%;
    15. }
    16. </style>
    17. </head>
    18.  
    19. <body>
    20. <div id='myChart'></div>
    21. <script>
    22. ZC.LICENSE = ["569d52cefae586f634c54f86dc99e6a9", "b55b025e438fa8a98e32482b5f768ff5"];
    23. var myConfig4 = {
    24. "type": "bubble",
    25. "series": [{
    26. "values": [
    27. [1, 9, 59],
    28. [2, 15, 15],
    29. [3, 21, 30],
    30. [4, 30, 5],
    31. [5, 40, 35],
    32. [6, 59, 21],
    33. [7, 60, 25],
    34. [8, 75, 85],
    35. [9, 81, 87],
    36. [10, 99, 12]
    37. ]
    38. },
    39. {
    40. "values": [
    41. [0.9, 3, 18],
    42. [2.1, 13, 21],
    43. [3.5, 25, 33],
    44. [4.9, 35, 54],
    45. [5.3, 41, 59],
    46. [6.5, 57, 34],
    47. [7.1, 61, 17],
    48. [8.7, 70, 3],
    49. [9.2, 82, 28],
    50. [9.9, 95, 76]
    51. ]
    52. },
    53. {
    54. "values": [
    55. [0.1, 9, 3],
    56. [1.8, 21, 60],
    57. [1.9, 29, 9],
    58. [4.1, 33, 9],
    59. [4.5, 39, 4],
    60. [6.9, 51, 3],
    61. [7.4, 64, 11],
    62. [8.9, 70, 12],
    63. [9, 75, 3],
    64. [9.3, 93, 29]
    65. ]
    66. },
    67. {
    68. "values": [
    69. [0.3, 11, 11],
    70. [0.9, 15, 21],
    71. [1.1, 24, 54],
    72. [2.3, 29, 6],
    73. [2.9, 30, 9],
    74. [3.3, 35, 59],
    75. [5.6, 67, 30],
    76. [6.9, 70, 14],
    77. [7.3, 71, 7],
    78. [8.9, 90, 9]
    79. ]
    80. },
    81. {
    82. "values": [
    83. [0.5, 5, 8],
    84. [1.9, 5, 3],
    85. [2.5, 10, 2],
    86. [3.1, 30, 8],
    87. [6.5, 45, 87],
    88. [6.9, 74, 1],
    89. [7.2, 50, 7],
    90. [7.8, 56, 20],
    91. [8, 61, 3],
    92. [8.5, 71, 4]
    93. ]
    94. }
    95. ]
    96. };
    97.  
    98. zingchart.render({
    99. id: 'myChart',
    100. data: myConfig4,
    101. height: "100%",
    102. width: "100%"
    103. });
    104. </script>
    105. </body>
    106.  
    107. </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. html,
    2. body,
    3. #myChart {
    4. height: 100%;
    5. width: 100%;
    6. }
    1. var myConfig4 = {
    2. "type": "bubble",
    3. "series": [{
    4. "values": [
    5. [1, 9, 59],
    6. [2, 15, 15],
    7. [3, 21, 30],
    8. [4, 30, 5],
    9. [5, 40, 35],
    10. [6, 59, 21],
    11. [7, 60, 25],
    12. [8, 75, 85],
    13. [9, 81, 87],
    14. [10, 99, 12]
    15. ]
    16. },
    17. {
    18. "values": [
    19. [0.9, 3, 18],
    20. [2.1, 13, 21],
    21. [3.5, 25, 33],
    22. [4.9, 35, 54],
    23. [5.3, 41, 59],
    24. [6.5, 57, 34],
    25. [7.1, 61, 17],
    26. [8.7, 70, 3],
    27. [9.2, 82, 28],
    28. [9.9, 95, 76]
    29. ]
    30. },
    31. {
    32. "values": [
    33. [0.1, 9, 3],
    34. [1.8, 21, 60],
    35. [1.9, 29, 9],
    36. [4.1, 33, 9],
    37. [4.5, 39, 4],
    38. [6.9, 51, 3],
    39. [7.4, 64, 11],
    40. [8.9, 70, 12],
    41. [9, 75, 3],
    42. [9.3, 93, 29]
    43. ]
    44. },
    45. {
    46. "values": [
    47. [0.3, 11, 11],
    48. [0.9, 15, 21],
    49. [1.1, 24, 54],
    50. [2.3, 29, 6],
    51. [2.9, 30, 9],
    52. [3.3, 35, 59],
    53. [5.6, 67, 30],
    54. [6.9, 70, 14],
    55. [7.3, 71, 7],
    56. [8.9, 90, 9]
    57. ]
    58. },
    59. {
    60. "values": [
    61. [0.5, 5, 8],
    62. [1.9, 5, 3],
    63. [2.5, 10, 2],
    64. [3.1, 30, 8],
    65. [6.5, 45, 87],
    66. [6.9, 74, 1],
    67. [7.2, 50, 7],
    68. [7.8, 56, 20],
    69. [8, 61, 3],
    70. [8.5, 71, 4]
    71. ]
    72. }
    73. ]
    74. };
    75.  
    76. zingchart.render({
    77. id: 'myChart',
    78. data: myConfig4,
    79. height: "100%",
    80. width: "100%"
    81. });