• 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>
        html,
        body,
        #myChart {
          height: 100%;
          width: 100%;
        }
      </style>
    </head>
    
    <body>
      <div id='myChart'></div>
      <script>
        ZC.LICENSE = ["569d52cefae586f634c54f86dc99e6a9", "b55b025e438fa8a98e32482b5f768ff5"];
        var myConfig = {
          "graphset": [{
            "type": "radar",
            "height": "50%",
            "width": "25%",
            "x": "0%",
            "y": "0%",
            "plot": {
              "aspect": "area"
            },
            "scale-v": {
              "values": "0:100:100"
            },
            "series": [{
              "values": [59, 30, 65, 34, 40]
            }, {
              "values": [76, 60, 11, 21, 99]
            }]
          }, {
            "type": "radar",
            "height": "50%",
            "width": "25%",
            "x": "25%",
            "y": "0%",
            "plot": {
              "aspect": "area"
            },
            "scale-v": {
              "values": "0:100:100"
            },
            "series": [{
              "values": [19, 65, 81, 40, 60]
            }, {
              "values": [6, 100, 21, 99, 19]
            }]
          }, {
            "type": "radar",
            "height": "50%",
            "width": "25%",
            "x": "50%",
            "y": "0%",
            "plot": {
              "aspect": "area"
            },
            "scale-v": {
              "values": "0:100:100"
            },
            "series": [{
              "values": [65, 50, 40, 34, 12]
            }, {
              "values": [11, 56, 31, 34, 48]
            }]
          }, {
            "type": "radar",
            "height": "50%",
            "width": "25%",
            "x": "75%",
            "y": "0%",
            "plot": {
              "aspect": "area"
            },
            "scale-v": {
              "values": "0:100:100"
            },
            "series": [{
              "values": [84, 47, 28, 34, 74]
            }, {
              "values": [65, 48, 27, 64, 38]
            }]
          }, {
            "type": "radar",
            "height": "50%",
            "width": "25%",
            "x": "0%",
            "y": "50%",
            "plot": {
              "aspect": "area"
            },
            "scale-v": {
              "values": "0:100:100"
            },
            "series": [{
              "values": [40, 59, 39, 31, 34]
            }, {
              "values": [49, 76, 60, 11, 51]
            }]
          }, {
            "type": "radar",
            "height": "50%",
            "width": "25%",
            "x": "25%",
            "y": "50%",
            "plot": {
              "aspect": "area"
            },
            "scale-v": {
              "values": "0:100:100"
            },
            "series": [{
              "values": [29, 81, 42, 48, 62]
            }, {
              "values": [56, 59, 48, 34, 30]
            }]
          }, {
            "type": "radar",
            "height": "50%",
            "width": "25%",
            "x": "50%",
            "y": "50%",
            "plot": {
              "aspect": "area"
            },
            "scale-v": {
              "values": "0:100:100"
            },
            "series": [{
              "values": [81, 34, 50, 62, 29]
            }, {
              "values": [15, 48, 34, 30, 19]
            }]
          }, {
            "type": "radar",
            "height": "50%",
            "width": "25%",
            "x": "75%",
            "y": "50%",
            "plot": {
              "aspect": "area"
            },
            "scale-v": {
              "values": "0:100:100"
            },
            "series": [{
              "values": [42, 70, 62, 29, 81]
            }, {
              "values": [48, 34, 30, 56, 15]
            }]
          }]
        };
    
        zingchart.render({
          id: 'myChart',
          data: myConfig,
          height: '100%',
          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>
    html,
    body,
    #myChart {
      height: 100%;
      width: 100%;
    }
    var myConfig = {
      "graphset": [{
        "type": "radar",
        "height": "50%",
        "width": "25%",
        "x": "0%",
        "y": "0%",
        "plot": {
          "aspect": "area"
        },
        "scale-v": {
          "values": "0:100:100"
        },
        "series": [{
          "values": [59, 30, 65, 34, 40]
        }, {
          "values": [76, 60, 11, 21, 99]
        }]
      }, {
        "type": "radar",
        "height": "50%",
        "width": "25%",
        "x": "25%",
        "y": "0%",
        "plot": {
          "aspect": "area"
        },
        "scale-v": {
          "values": "0:100:100"
        },
        "series": [{
          "values": [19, 65, 81, 40, 60]
        }, {
          "values": [6, 100, 21, 99, 19]
        }]
      }, {
        "type": "radar",
        "height": "50%",
        "width": "25%",
        "x": "50%",
        "y": "0%",
        "plot": {
          "aspect": "area"
        },
        "scale-v": {
          "values": "0:100:100"
        },
        "series": [{
          "values": [65, 50, 40, 34, 12]
        }, {
          "values": [11, 56, 31, 34, 48]
        }]
      }, {
        "type": "radar",
        "height": "50%",
        "width": "25%",
        "x": "75%",
        "y": "0%",
        "plot": {
          "aspect": "area"
        },
        "scale-v": {
          "values": "0:100:100"
        },
        "series": [{
          "values": [84, 47, 28, 34, 74]
        }, {
          "values": [65, 48, 27, 64, 38]
        }]
      }, {
        "type": "radar",
        "height": "50%",
        "width": "25%",
        "x": "0%",
        "y": "50%",
        "plot": {
          "aspect": "area"
        },
        "scale-v": {
          "values": "0:100:100"
        },
        "series": [{
          "values": [40, 59, 39, 31, 34]
        }, {
          "values": [49, 76, 60, 11, 51]
        }]
      }, {
        "type": "radar",
        "height": "50%",
        "width": "25%",
        "x": "25%",
        "y": "50%",
        "plot": {
          "aspect": "area"
        },
        "scale-v": {
          "values": "0:100:100"
        },
        "series": [{
          "values": [29, 81, 42, 48, 62]
        }, {
          "values": [56, 59, 48, 34, 30]
        }]
      }, {
        "type": "radar",
        "height": "50%",
        "width": "25%",
        "x": "50%",
        "y": "50%",
        "plot": {
          "aspect": "area"
        },
        "scale-v": {
          "values": "0:100:100"
        },
        "series": [{
          "values": [81, 34, 50, 62, 29]
        }, {
          "values": [15, 48, 34, 30, 19]
        }]
      }, {
        "type": "radar",
        "height": "50%",
        "width": "25%",
        "x": "75%",
        "y": "50%",
        "plot": {
          "aspect": "area"
        },
        "scale-v": {
          "values": "0:100:100"
        },
        "series": [{
          "values": [42, 70, 62, 29, 81]
        }, {
          "values": [48, 34, 30, 56, 15]
        }]
      }]
    };
    
    zingchart.render({
      id: 'myChart',
      data: myConfig,
      height: '100%',
      width: '100%'
    });