Skip to content

Commit

Permalink
show components by default for polity map
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardchalstrey1 committed Jul 12, 2024
1 parent e19566a commit 430e133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seshat/apps/core/templates/core/polity_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ <h2 class="h1 text-teal federicka-big" id="sliderDate"></h2>
<button id="stopButton" type="button" onclick="stopPlay()"></button><br>
<label for="switchPolitiesComponents">Display:</label>
<select name="switchPolitiesComponents" id="switchPolitiesComponents" onchange="plotPolities()">
<option value="polities">Full polities</option>
<option value="components">Polity components</option>
<option value="polities">Full polities</option>
</select><br>
<label for="opacitySlide">Opacity:</label>
<input type="range" name="opacitySlide" id="opacitySlide" min="0.1" max="1" step="0.1" value="0.5" class="slider"
Expand Down

0 comments on commit 430e133

Please sign in to comment.