Skip to content

Commit

Permalink
Update main.html
Browse files Browse the repository at this point in the history
  • Loading branch information
blackzlq authored Apr 5, 2017
1 parent b6976a2 commit 1d85c20
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions Data_Visualization/Final/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
</div>
<div id="label_3" style="display: none;">
<div><h1>Hispanics</h1></div>
<div height="300"></div>
<table align="center">
<tr height="30">
<td width="100" >Percent still</td>
Expand All @@ -75,21 +76,22 @@
</tr>
<tr>
<td width="100">in first marriage</td>
<td width="100">marriage (in years)</td>
<td width="100">marriage (years)</td>
<td width="100">in divorce</td>
<td width="100">remarrying</td>
<td width="100">at first marriage</td>
</tr>
</table>
<svg id="race1_fillgauge2" width="100" height="400" ></svg>
<svg id="race1_fillgauge3" width="100" height="400" ></svg>
<svg id="race1_fillgauge4" width="100" height="400" ></svg>
<svg id="race1_fillgauge5" width="100" height="400" ></svg>
<svg id="race1_fillgauge6" width="100" height="400" ></svg>
<svg id="race1_fillgauge2" width="100" height="100" ></svg>
<svg id="race1_fillgauge3" width="100" height="100" ></svg>
<svg id="race1_fillgauge4" width="100" height="100" ></svg>
<svg id="race1_fillgauge5" width="100" height="100" ></svg>
<svg id="race1_fillgauge6" width="100" height="100" ></svg>
</div>

<div id="label_4" style="display: none;">
<div><h1>Black non-Hispanics</h1></div>
<div height="300"></div>
<table align="center">
<tr height="30">
<td width="100" >Percent still</td>
Expand All @@ -100,21 +102,22 @@
</tr>
<tr>
<td width="100">in first marriage</td>
<td width="100">marriage (in years)</td>
<td width="100">marriage (years)</td>
<td width="100">in divorce</td>
<td width="100">remarrying</td>
<td width="100">at first marriage</td>
</tr>
</table>
<svg id="race2_fillgauge2" width="100" height="400" ></svg>
<svg id="race2_fillgauge3" width="100" height="400" ></svg>
<svg id="race2_fillgauge4" width="100" height="400" ></svg>
<svg id="race2_fillgauge5" width="100" height="400" ></svg>
<svg id="race2_fillgauge6" width="100" height="400" ></svg>
<svg id="race2_fillgauge2" width="100" height="100" ></svg>
<svg id="race2_fillgauge3" width="100" height="100" ></svg>
<svg id="race2_fillgauge4" width="100" height="100" ></svg>
<svg id="race2_fillgauge5" width="100" height="100" ></svg>
<svg id="race2_fillgauge6" width="100" height="100" ></svg>
</div>

<div id="label_5" style="display: none;">
<div><h1>Non-Black non-Hispanics</h1></div>
<div height="300"></div>
<table align="center">
<tr height="30">
<td width="100" >Percent still</td>
Expand All @@ -125,17 +128,17 @@
</tr>
<tr>
<td width="100">in first marriage</td>
<td width="100">marriage (in years)</td>
<td width="100">marriage (years)</td>
<td width="100">in divorce</td>
<td width="100">remarrying</td>
<td width="100">at first marriage</td>
</tr>
</table>
<svg id="race3_fillgauge2" width="100" height="400" ></svg>
<svg id="race3_fillgauge3" width="100" height="400" ></svg>
<svg id="race3_fillgauge4" width="100" height="400" ></svg>
<svg id="race3_fillgauge5" width="100" height="400" ></svg>
<svg id="race3_fillgauge6" width="100" height="400" ></svg>
<svg id="race3_fillgauge2" width="100" height="100" ></svg>
<svg id="race3_fillgauge3" width="100" height="100" ></svg>
<svg id="race3_fillgauge4" width="100" height="100" ></svg>
<svg id="race3_fillgauge5" width="100" height="100" ></svg>
<svg id="race3_fillgauge6" width="100" height="100" ></svg>
</div>

<div id="label_6" style="display: none;">
Expand Down

0 comments on commit 1d85c20

Please sign in to comment.