Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
janelledement committed Feb 5, 2019
1 parent 49ae497 commit b862d7b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions samples/scriptable/pie.html
Expand Up @@ -6,17 +6,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Scriptable > Pie | Chart.js sample</title>
<link rel="stylesheet" type="text/css" href="../style.css">
<script src="../../dist/Chart.js"></script>
<script src="../../dist/Chart.min.js"></script>
<script src="../utils.js"></script>
</head>
<body>
<div class="content">
<div class="wrapper"><canvas id="chart-0"></canvas></div>
<div class="toolbar">
<button onclick="randomize()" style="margin:auto;">Randomize</button>
<button onclick="addDataset()" style="margin:auto;">Add Dataset</button>
<button onclick="removeDataset()" style="margin:auto;">Remove Dataset</button>
<button onclick="togglePieDoughnut()" style="margin:auto;">Toggle Doughnut View</button>
<button onclick="randomize()">Randomize</button>
<button onclick="addDataset()">Add Dataset</button>
<button onclick="removeDataset()">Remove Dataset</button>
<button onclick="togglePieDoughnut()">Toggle Doughnut View</button>
</div>
</div>
<script>
Expand Down Expand Up @@ -107,4 +107,4 @@

</script>
</body>
</html>
</html>

0 comments on commit b862d7b

Please sign in to comment.