• Edit
  • Download
  • <!DOCTYPE html>
    <html>
    
    <head>
      <meta charset="utf-8">
      <title>ZingSoft Demo</title>
    
      <script nonce="undefined" src="https://cdn.zingchart.com/zingchart.min.js"></script>
      <style></style>
    </head>
    
    <body>
      <div id='myChart'></div>
      <script>
        ZC.LICENSE = ["569d52cefae586f634c54f86dc99e6a9", "b55b025e438fa8a98e32482b5f768ff5"];
        var myConfig = {
          "type": "stock",
          "title": {
            "text": "Open-High-Low-Close Chart"
          },
          "plot": {
            "aspect": "whisker"
          },
          "scale-y": {
            "values": "30:34:2"
          },
          "series": [{
            "values": [
              [31.34, 31.46, 30.87, 31.06],
              [31.80, 32.25, 31.52, 32.05],
              [32.05, 32.57, 31.93, 32.30],
              [32.21, 32.39, 31.98, 32.08],
              [32.32, 32.38, 32.13, 32.37],
              [32.52, 32.53, 31.95, 32.03],
              [32.07, 32.14, 31.77, 31.98],
              [32.26, 32.33, 31.61, 31.86],
              [31.65, 31.85, 31.41, 31.78],
              [31.86, 31.97, 31.56, 31.58],
              [31.51, 31.65, 31.45, 31.59],
              [31.84, 31.87, 31.55, 31.85],
              [31.83, 32.08, 31.71, 32.04],
              [32.30, 32.36, 31.96, 32.28],
              [32.43, 32.88, 32.29, 32.48],
              [32.72, 32.74, 32.40, 32.60],
              [32.39, 32.46, 32.20, 32.38],
              [32.47, 32.49, 31.81, 31.84],
              [31.84, 32.20, 31.78, 32.08],
              [31.88, 32.11, 31.82, 31.89]
            ]
          }]
        };
    
        zingchart.render({
          id: 'myChart',
          data: myConfig,
          height: 400,
          width: "100%"
        });
      </script>
    </body>
    
    </html>
    <!DOCTYPE html>
    <html>
    
    <head>
      <meta charset="utf-8">
      <title>ZingSoft Demo</title>
    
      <script src="https://cdn.zingchart.com/zingchart.min.js"></script>
    </head>
    
    <body>
      <div id='myChart'></div>
    </body>
    
    </html>
    
          
    var myConfig = {
      "type": "stock",
      "title": {
        "text": "Open-High-Low-Close Chart"
      },
      "plot": {
        "aspect": "whisker"
      },
      "scale-y": {
        "values": "30:34:2"
      },
      "series": [{
        "values": [
          [31.34, 31.46, 30.87, 31.06],
          [31.80, 32.25, 31.52, 32.05],
          [32.05, 32.57, 31.93, 32.30],
          [32.21, 32.39, 31.98, 32.08],
          [32.32, 32.38, 32.13, 32.37],
          [32.52, 32.53, 31.95, 32.03],
          [32.07, 32.14, 31.77, 31.98],
          [32.26, 32.33, 31.61, 31.86],
          [31.65, 31.85, 31.41, 31.78],
          [31.86, 31.97, 31.56, 31.58],
          [31.51, 31.65, 31.45, 31.59],
          [31.84, 31.87, 31.55, 31.85],
          [31.83, 32.08, 31.71, 32.04],
          [32.30, 32.36, 31.96, 32.28],
          [32.43, 32.88, 32.29, 32.48],
          [32.72, 32.74, 32.40, 32.60],
          [32.39, 32.46, 32.20, 32.38],
          [32.47, 32.49, 31.81, 31.84],
          [31.84, 32.20, 31.78, 32.08],
          [31.88, 32.11, 31.82, 31.89]
        ]
      }]
    };
    
    zingchart.render({
      id: 'myChart',
      data: myConfig,
      height: 400,
      width: "100%"
    });