Skip to content

Commit

Permalink
Merge pull request #46 from OnurOzayyy/temp
Browse files Browse the repository at this point in the history
display pie charts horizontally
  • Loading branch information
OnurOzayyy authored May 12, 2017
2 parents ca20696 + a2d4236 commit f53c698
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pybay/templates/frontend/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,9 @@ <h1 class="blue-header"><strong>Who attended the Inaugural PyBay?</strong></h1>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div>
<div id="pie1" width="500" height="300"></div>
</div>
</div>

<div id="pie1" width="500" height="300"> </div>

</div>
</div>
</section>
Expand Down Expand Up @@ -242,7 +240,7 @@ <h3 class="panel-heading">
<span class="feature-hide">Bag insert</span>
</li>
<li class="list-group-item">
<span>Massage (+ $3000)
<span>Massage (+$3000)
<br>Meals
<br>Snack
<br>Coffee
Expand Down
4 changes: 4 additions & 0 deletions static/new/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,3 +265,7 @@ table tr {
.tickets {
margin-top: 40px;
}
#pie1 {
width: 100%;
margin-left: 8%;
}

0 comments on commit f53c698

Please sign in to comment.