• 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 myConfig = {
    24. "type": "mixed",
    25. "title": {
    26. "text": "Mixed Chart with Multiple Scales"
    27. },
    28. "scale-x": {
    29. "labels": ["Start", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "End"],
    30. "label": {
    31. "text": "scale-x"
    32. }
    33. },
    34. "scale-y": {
    35. "values": "0:200:50",
    36. "label": {
    37. "text": "scale-y"
    38. }
    39. },
    40. "scale-y-2": {
    41. "values": "0:100:25",
    42. "label": {
    43. "text": "scale-y-2"
    44. }
    45. },
    46. "series": [{
    47. "type": "bar",
    48. "scales": "scale-x,scale-y",
    49. "values": [
    50. 34, 30, 36, 29, 25, 33, 35, 31, 30, 28,
    51. 37, 40, 35, 33, 26, 31, 33, 29, 30, 34,
    52. 33, 25, 15, 23, 41, 29, 17, 29, 12, 39
    53. ],
    54. "stacked": true,
    55. "stack": 1,
    56. "bar-width": "80%"
    57. },
    58. {
    59. "type": "bar",
    60. "scales": "scale-x,scale-y",
    61. "values": [
    62. 30, 34, 15, 29, 31, 20, 25, 39, 35, 22,
    63. 26, 27, 31, 34, 30, 32, 29, 24, 21, 34,
    64. 14, 21, 10, 24, 18, 29, 33, 20, 30, 19
    65. ],
    66. "stacked": true,
    67. "stack": 1,
    68. "bar-width": "80%"
    69. },
    70. {
    71. "type": "bar",
    72. "scales": "scale-x,scale-y",
    73. "values": [
    74. 3, 5, 2, 1, 9, 7, 6, 4, 5, 2,
    75. 4, 3, 8, 5, 7, 9, 1, 2, 6, 4,
    76. 7, 1, 9, 3, 3, 5, 2, 5, 3, 4
    77. ],
    78. "stacked": true,
    79. "stack": 1,
    80. "bar-width": "80%"
    81. },
    82. {
    83. "type": "line",
    84. "scales": "scale-x,scale-y-2",
    85. "values": [
    86. 75, 81, 73, 69, 79, 83, 92, 74, 68, 78,
    87. 83, 76, 65, 78, 72, 82, 78, 86, 73, 67,
    88. 74, 61, 89, 74, 70, 80, 63, 88, 71, 80
    89. ],
    90. "marker": {
    91. "size": 3
    92. }
    93. },
    94. {
    95. "type": "line",
    96. "scales": "scale-x,scale-y-2",
    97. "values": [
    98. 61, 75, 78, 65, 83, 79, 91, 87, 76, 91,
    99. 85, 76, 83, 98, 67, 87, 76, 68, 85, 73,
    100. 83, 95, 71, 84, 90, 88, 73, 82, 62, 90
    101. ],
    102. "marker": {
    103. "size": 3
    104. }
    105. }
    106. ]
    107. };
    108.  
    109. zingchart.render({
    110. id: 'myChart',
    111. data: myConfig,
    112. height: "100%",
    113. width: "100%"
    114. });
    115. </script>
    116. </body>
    117.  
    118. </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 myConfig = {
    2. "type": "mixed",
    3. "title": {
    4. "text": "Mixed Chart with Multiple Scales"
    5. },
    6. "scale-x": {
    7. "labels": ["Start", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "End"],
    8. "label": {
    9. "text": "scale-x"
    10. }
    11. },
    12. "scale-y": {
    13. "values": "0:200:50",
    14. "label": {
    15. "text": "scale-y"
    16. }
    17. },
    18. "scale-y-2": {
    19. "values": "0:100:25",
    20. "label": {
    21. "text": "scale-y-2"
    22. }
    23. },
    24. "series": [{
    25. "type": "bar",
    26. "scales": "scale-x,scale-y",
    27. "values": [
    28. 34, 30, 36, 29, 25, 33, 35, 31, 30, 28,
    29. 37, 40, 35, 33, 26, 31, 33, 29, 30, 34,
    30. 33, 25, 15, 23, 41, 29, 17, 29, 12, 39
    31. ],
    32. "stacked": true,
    33. "stack": 1,
    34. "bar-width": "80%"
    35. },
    36. {
    37. "type": "bar",
    38. "scales": "scale-x,scale-y",
    39. "values": [
    40. 30, 34, 15, 29, 31, 20, 25, 39, 35, 22,
    41. 26, 27, 31, 34, 30, 32, 29, 24, 21, 34,
    42. 14, 21, 10, 24, 18, 29, 33, 20, 30, 19
    43. ],
    44. "stacked": true,
    45. "stack": 1,
    46. "bar-width": "80%"
    47. },
    48. {
    49. "type": "bar",
    50. "scales": "scale-x,scale-y",
    51. "values": [
    52. 3, 5, 2, 1, 9, 7, 6, 4, 5, 2,
    53. 4, 3, 8, 5, 7, 9, 1, 2, 6, 4,
    54. 7, 1, 9, 3, 3, 5, 2, 5, 3, 4
    55. ],
    56. "stacked": true,
    57. "stack": 1,
    58. "bar-width": "80%"
    59. },
    60. {
    61. "type": "line",
    62. "scales": "scale-x,scale-y-2",
    63. "values": [
    64. 75, 81, 73, 69, 79, 83, 92, 74, 68, 78,
    65. 83, 76, 65, 78, 72, 82, 78, 86, 73, 67,
    66. 74, 61, 89, 74, 70, 80, 63, 88, 71, 80
    67. ],
    68. "marker": {
    69. "size": 3
    70. }
    71. },
    72. {
    73. "type": "line",
    74. "scales": "scale-x,scale-y-2",
    75. "values": [
    76. 61, 75, 78, 65, 83, 79, 91, 87, 76, 91,
    77. 85, 76, 83, 98, 67, 87, 76, 68, 85, 73,
    78. 83, 95, 71, 84, 90, 88, 73, 82, 62, 90
    79. ],
    80. "marker": {
    81. "size": 3
    82. }
    83. }
    84. ]
    85. };
    86.  
    87. zingchart.render({
    88. id: 'myChart',
    89. data: myConfig,
    90. height: "100%",
    91. width: "100%"
    92. });