• 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": "%high"
          },
          "crosshair-x": {
            "plot-label": {
              "text": "Open: $%open<br><strong>High: $%high</strong><br>Low: $%low<br>Close: $%close",
              "decimals": 2
            },
            "scale-label": {
    
            }
          },
          "scale-x": {
            "labels": ["M", "T", "W", "H", "F"]
          },
          "scale-y": {
            "values": "30:33:1",
            "format": "$%v"
          },
          "plot": {
            "tooltip": {
              "visible": false
            },
          },
          "series": [{
            "values": [
              [32.47, 32.75, 31.50, 31.64],
              [31.77, 32.05, 31.55, 31.96],
              [31.49, 31.82, 31.35, 31.77],
              [31.70, 31.99, 30.71, 30.89],
              [30.99, 31.57, 30.50, 31.55],
            ]
          }]
        };
    
        zingchart.render({
          id: 'myChart',
          data: myConfig,
          height: 300,
          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": "%high"
      },
      "crosshair-x": {
        "plot-label": {
          "text": "Open: $%open<br><strong>High: $%high</strong><br>Low: $%low<br>Close: $%close",
          "decimals": 2
        },
        "scale-label": {
    
        }
      },
      "scale-x": {
        "labels": ["M", "T", "W", "H", "F"]
      },
      "scale-y": {
        "values": "30:33:1",
        "format": "$%v"
      },
      "plot": {
        "tooltip": {
          "visible": false
        },
      },
      "series": [{
        "values": [
          [32.47, 32.75, 31.50, 31.64],
          [31.77, 32.05, 31.55, 31.96],
          [31.49, 31.82, 31.35, 31.77],
          [31.70, 31.99, 30.71, 30.89],
          [30.99, 31.57, 30.50, 31.55],
        ]
      }]
    };
    
    zingchart.render({
      id: 'myChart',
      data: myConfig,
      height: 300,
      width: "100%"
    });