Skip to content

Commit

Permalink
Update DataVisual.html
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyi320 authored May 7, 2024
1 parent 9aea16f commit 314eee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project/DataVisual.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<canvas id="doughnut-chart" width="600" height="150"></canvas><br>
<canvas id="bar-chart" width="600" height="150"></canvas>
<a href="index.html"><h3 style="position:absolute; left:600px; font-family:Arial, Helvetica, sans-serif;">Homepage</h3></a>
<a href="../index.html"><h3 style="position:absolute; left:600px; font-family:Arial, Helvetica, sans-serif;">Homepage</h3></a>

<script>
new Chart(document.getElementById("bar-chart"), {
Expand Down Expand Up @@ -55,4 +55,4 @@
});
</script>
</body>
</html>
</html>

0 comments on commit 314eee7

Please sign in to comment.