Skip to content

Commit

Permalink
Fix timeline links on homepage (#146)
Browse files Browse the repository at this point in the history
* fix timeline links on homepage
* Fix spelling mistake with multi grouped bar charts on place pages
  • Loading branch information
beets authored Jul 21, 2020
1 parent c6c769d commit 1cb51eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 1cb51eb

Please sign in to comment.