Skip to content

Commit

Permalink
cleaned up data, formatting to dashboard.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroft2001 committed Nov 4, 2023
1 parent 06ac556 commit 3618517
Show file tree
Hide file tree
Showing 3 changed files with 45,391 additions and 45,465 deletions.
12 changes: 12 additions & 0 deletions dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,28 @@

</div>
<div class="Information">
<h1><strong>Question 1</strong></h1>
<div class="question1">
<!-- Create an SVG container for the plot -->
<svg id="q1canvas"></svg>
</div>
<h1><strong>Question 2</strong></h1>
<div class="question2">
<!-- Create an SVG container for the plot -->
<svg id="barchart" width="800" height="400"></svg>
</div>
<h1><strong>Question 3</strong></h1>
<div class="question3">
<!-- Create an SVG container for the plot -->
<svg id="barchart" width="800" height="400"></svg>
</div>
</div>

</div>
<!-- Include JavaScript file -->
<script src="javascript/q1.js"></script>
<script src="javascript/q2.js"></script>
<script src="javascript/q3.js"></script>
<body>
<div class="title">
<h1>Movie Data Dashboard</h1>
Expand Down
Loading

0 comments on commit 3618517

Please sign in to comment.