<!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": "pie",
"title": {
"text": "Twitter Gender Distribution",
"font-color": "#00c3f8",
"font-size": "20px",
"font-family": "sans-serif"
},
"plot": {
"slice": "50%",
"margin": "60px",
"shadow": "false",
"value-box": {
"visible": 0
}
},
"legend": {
"border-radius": "10px",
"shadow": "false",
"x": "50px",
"y": "70px"
},
"images": [{
"src": "https://app.zingsoft.com/api/file/MHFWKYHX/Twitter_bird_icon_v2.png",
"width": "100%",
"height": "100%",
"offset-y": 10
}],
"plotarea": {
"background-color": "#fff"
},
"scale-r": {
"ref-angle": 85
},
"series": [{
"text": "Female",
"values": [53],
"background-color": "#f7547f",
"border-width": "0"
},
{
"text": "Male",
"values": [47],
"background-color": "#00c3f8",
"border-width": "0"
}
]
}]
};
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": "pie",
"title": {
"text": "Twitter Gender Distribution",
"font-color": "#00c3f8",
"font-size": "20px",
"font-family": "sans-serif"
},
"plot": {
"slice": "50%",
"margin": "60px",
"shadow": "false",
"value-box": {
"visible": 0
}
},
"legend": {
"border-radius": "10px",
"shadow": "false",
"x": "50px",
"y": "70px"
},
"images": [{
"src": "https://app.zingsoft.com/api/file/MHFWKYHX/Twitter_bird_icon_v2.png",
"width": "100%",
"height": "100%",
"offset-y": 10
}],
"plotarea": {
"background-color": "#fff"
},
"scale-r": {
"ref-angle": 85
},
"series": [{
"text": "Female",
"values": [53],
"background-color": "#f7547f",
"border-width": "0"
},
{
"text": "Male",
"values": [47],
"background-color": "#00c3f8",
"border-width": "0"
}
]
}]
};
zingchart.render({
id: 'myChart',
data: myConfig,
height: "100%",
width: "100%"
});