blob: a76e84fe376c111af4ab9062a517b9821e8cffd8 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>word-cloud-sk</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<word-cloud-sk></word-cloud-sk>
<script type="text/javascript" charset="utf-8">
let items = [
{ value: "arch=x86", percent: 100 },
{ value: "config=565", percent: 60 },
{ value: "config=8888", percent: 50 },
{ value: "arch=arm", percent: 20 },
];
document.querySelector('word-cloud-sk').items = items;
</script>
</body>
</html>