Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions server/templates/static/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ <h6>Explore DC Graph nodes</h6>
</div>
<div class="col-12 col-md-4">
<h6>Explore timeline statistics</h6>
<a href="{{ url_for('tools.timeline') }}/#&&place=geoId/0606000,geoId/2511000,geoId/2603000,geoId/1777005,geoId/1225175,geoId/4815976&ptpv=Person,age">US University Towns by Income</a>
<a href="{{ url_for('tools.timeline') }}/#&&place=geoId/06085,geoId/06025&ptpv=__Person,income,age,Years15Onwards,incomeStatus,WithIncome&pc=0">Richest vs Poorest California Counties</a>
<a href="{{ url_for('tools.timeline') }}/#&&place=geoId/0655282,geoId/0620956&pc=1&ptpv=Person,income,age,Years15Onwards,incomeStatus,WithIncome__Person,count,employment,BLS_Employed">Employment differences across neighboring cities</a>
<a href="{{ url_for('tools.timeline') }}#&&place=geoId/0606000,geoId/2511000,geoId/2603000,geoId/1777005,geoId/1225175,geoId/4815976&ptpv=Person,age">US University Towns by Income</a>
<a href="{{ url_for('tools.timeline') }}#&&place=geoId/06085,geoId/06025&ptpv=__Person,income,age,Years15Onwards,incomeStatus,WithIncome&pc=0">Richest vs Poorest California Counties</a>
<a href="{{ url_for('tools.timeline') }}#&&place=geoId/0655282,geoId/0620956&pc=1&ptpv=Person,income,age,Years15Onwards,incomeStatus,WithIncome__Person,count,employment,BLS_Employed">Employment differences across neighboring cities</a>
</div>
{# disable until we can reload scatter from url params
<div class="col-12 col-sm-6 col-lg-3">
Expand Down
2 changes: 1 addition & 1 deletion static/js/place_template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ class Chart extends Component<ChartPropType, ChartStateType> {
onChange={this._handlePlaceSelection}
>
<option value="SIMILAR" ref={this.similarRef}>
simliar
similar
</option>
{this.showParent() && (
<option value="CONTAINED" ref={this.parentRef}>
Expand Down