• 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. type: 'bar',
    36. scaleX: {
    37. zooming: true
    38. },
    39. scaleY: {
    40. zooming: true
    41. },
    42. scrollY: {
    43.  
    44. },
    45. scrollX: {
    46.  
    47. },
    48. series: [{
    49. values: [35, 42, 67, 89, 25, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85]
    50. }]
    51. };
    52.  
    53. zingchart.render({
    54. id: 'myChart',
    55. data: myConfig,
    56. height: '100%',
    57. width: '100%'
    58. });
    59. </script>
    60. </body>
    61.  
    62. </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. type: 'bar',
    3. scaleX: {
    4. zooming: true
    5. },
    6. scaleY: {
    7. zooming: true
    8. },
    9. scrollY: {
    10.  
    11. },
    12. scrollX: {
    13.  
    14. },
    15. series: [{
    16. values: [35, 42, 67, 89, 25, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85, 34, 67, 85]
    17. }]
    18. };
    19.  
    20. zingchart.render({
    21. id: 'myChart',
    22. data: myConfig,
    23. height: '100%',
    24. width: '100%'
    25. });