Moved chart

This commit is contained in:
James Dinh 2022-08-29 20:53:44 -07:00
parent 660c8a2a2f
commit aa41f79fed
2 changed files with 2 additions and 2 deletions

View File

@ -120,6 +120,7 @@
<section id="event">
<h2 class="topic">Hackathon Event</h2>
<hr class="line">
<div id="chart"></div>
<div id="event-container">
<article id="event-description">
<h2 id="description-heading">Our Mission & Important Info</h2>
@ -644,7 +645,6 @@
</div>
</div>
</div>
<div id="chart"></div>
<div id="prize-box">
Prizes will be in the form of these (very snazzy) items (amounts above are the estimated total value):<br>
<ul id="prize-list">

View File

@ -276,7 +276,7 @@ var options = {
colors: ['#fff']
},
title: {
text: 'Team Scores - [Summer 2022]',
text: 'Team Scores - Summer 2022',
style: {
color: '#fff'
}