Fixed up chart
This commit is contained in:
6
dist/css/style.css
vendored
6
dist/css/style.css
vendored
@@ -226,6 +226,12 @@ button:hover{
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#chartContainer {
|
||||
height: 200px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
.hot-controls {
|
||||
position: fixed;
|
||||
bottom: 10px;
|
||||
|
||||
18
dist/index.html
vendored
18
dist/index.html
vendored
@@ -51,10 +51,6 @@
|
||||
</div>
|
||||
<br>
|
||||
<button id='resize'>Resize and Reset</button>
|
||||
<div class='icon-links'>
|
||||
<a href="https://www.youtube.com/channel/UCwBhBDsqiQflTMLy2epbQVw"><i class="fa fa-youtube"></i></a>
|
||||
<a href="https://twitter.com/max_romana"><i class="fa fa-twitter"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id='tab-container' class='control-set'>
|
||||
@@ -92,6 +88,10 @@
|
||||
<a href="https://github.com/MaxRobinsonTheGreat/EvolutionSimulator/blob/master/V2README.md">readme</a>.
|
||||
</p>
|
||||
</div>
|
||||
<div class='icon-links'>
|
||||
<a href="https://www.youtube.com/channel/UCwBhBDsqiQflTMLy2epbQVw"><i class="fa fa-youtube"></i></a>
|
||||
<a href="https://twitter.com/max_romana"><i class="fa fa-twitter"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id='editor' class='tab'>
|
||||
@@ -226,12 +226,16 @@
|
||||
<p id='org-record'>Highest count: </p>
|
||||
<p id='avg-mut'>Average Mutation Rate: </p>
|
||||
<p id='largest-org'>Largest Organism: </p>
|
||||
<button id='update-chart'>Update Chart</button>
|
||||
<label for="chart-option">Chart: </label>
|
||||
<select name="chart-option" id="chart-option">
|
||||
<option value="population">Population</option>
|
||||
<option value="species">Species</option>
|
||||
<option value="mut-rate">Mutation Rate</option>
|
||||
</select>
|
||||
|
||||
</div>
|
||||
<div class='right-half'>
|
||||
<div id="chartContainer" style="height: 180px; width: 100%;">
|
||||
</div>
|
||||
<div id="chartContainer"></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
454
dist/js/bundle.js
vendored
454
dist/js/bundle.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user