Skip to content

Commit

Permalink
Move additional layer controls below chart
Browse files Browse the repository at this point in the history
Addresses [issue 102](sfcta#102)
  • Loading branch information
nataliemakhijani committed Oct 20, 2022
1 parent 7459e4b commit 41aaeae
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions prospector-frontend/src/_includes/epc.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,20 @@ <h5>METRICS</h5>
</form>
</div>



<hr />
<h5 id="popchart_title">POPULATION BREAKDOWN | CITYWIDE</h5>
<div id="popchart" style="width: 100%; height: 25%;"></div>
<div id="popchart_info"></div>

<div class="ui colorpar toggle checkbox">
<input type="checkbox" name="chart_percentages" value="percentage" v-model="changeChartMode">
<label>
<h5>Show percentages</h5>
</label>
</div>

<hr />

<h5>MAP LAYERS</h5>
Expand All @@ -67,18 +81,6 @@ <h5>Major Parks</h5>
</label>
</div>

<hr />
<h5 id="popchart_title">POPULATION BREAKDOWN | CITYWIDE</h5>
<div id="popchart" style="width: 100%; height: 25%;"></div>
<div id="popchart_info"></div>

<div class="ui colorpar toggle checkbox">
<input type="checkbox" name="chart_percentages" value="percentage" v-model="changeChartMode">
<label>
<h5>Show percentages</h5>
</label>
</div>

<br><br>
<hr />
<h5>YOUR FEEDBACK</h5>
Expand Down

0 comments on commit 41aaeae

Please sign in to comment.