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

View File

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