12 lines
229 B
HTML
12 lines
229 B
HTML
<html>
|
|
<head>
|
|
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div id="piechart" style="width: 900px; height: 500px;"></div>
|
|
</body>
|
|
|
|
</html>
|