Skip to content

Commit

Permalink
Revert to DV page
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjuskm committed Jan 11, 2022
1 parent b267cba commit 0364275
Show file tree
Hide file tree
Showing 478 changed files with 40,757 additions and 2,782 deletions.
453 changes: 0 additions & 453 deletions asset-manifest.json

This file was deleted.

29 changes: 29 additions & 0 deletions css/d3-tip.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
.d3-tip {
line-height: 1;
padding: 6px;
background: rgba(255, 255, 255, 0.9);
color: black;
border-radius: 4px;
font-size: 12px;
border: 1px solid #d9d9d9;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
box-sizing: border-box;
display: inline;
font-size: 10px;
width: 100%;
line-height: 1;
color: rgba(255, 255, 255, 0.9);
content: "\25BC";
position: absolute;
text-align: center;
}

/* Style northward tooltips specifically */
.d3-tip.n:after {
margin: -2px 0 0 0;
top: 100%;
left: 0;
}
45 changes: 45 additions & 0 deletions css/starter-template.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}


body {
/* Margin bottom by footer height */
font-family: Georgia, "Times New Roman", Times, serif;
margin-bottom: 60px;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
background-color: #006dcc;
color: #FFC0CB;
}


.footer {
position: fixed;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 50px;
background-color: #f5f5f5;
}

body > .container {
padding: 60px 15px 0;
}
.container .text-muted {
margin: 20px 0;
}

.footer > .container {
padding-right: 15px;
padding-left: 15px;
}

code {
font-size: 80%;
}
92 changes: 92 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
.states :hover {
fill: rgb(0, 204, 255);
}

.state-borders {
fill: none;
stroke: #fff;
stroke-width: 0.5px;
stroke-linejoin: round;
stroke-linecap: round;
pointer-events: none;
}

.bar {
fill: lightblue;
stroke: black;
}

.bar:hover {
fill: brown;
}
.d3-tip {
line-height: 1;
padding: 6px;
background: rgba(0, 0, 0, 0.7);
color: #ffffff;
border-radius: 4px;
font-size: 12px;
}
.table {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
.table tbody{
display:block;
width: 100%;
overflow: auto;
height: 500px;
}
.table thead tr {
display: block;
}

.table thead {
background: black;
color:#fff;
}

.table th, .table td {
border: 1px solid #ddd;
padding: 5px;
text-align: left;
width: 120px
}

.table tr:nth-child(even){
background-color: #f2f2f2;
}

.table tr:hover {
background-color: #ddd;
}

.table th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color:lightblue;
color: black;
}
.line {
fill: none;
stroke: rgb(99, 116, 146);
stroke-width: 3;
}

.overlay {
fill: none;
pointer-events: all;
}

/* Style the dots by assigning a fill and stroke */
.dot {
fill: lightblue;
stroke: grey;
}

.focus circle {
fill: none;
stroke: steelblue;
}
13 changes: 13 additions & 0 deletions data/marketByMonth.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Markets,Month
1140,January
1133,February
1184,March
1555,April
3071,May
4541,June
4858,July
4872,August
4713,September
3769,October
1582,November
1022,December
14 changes: 14 additions & 0 deletions data/marketByYears.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Markets,Year
1755,1994
2410,1996
2746,1998
2863,2000
3137,2002
3706,2004
4385,2006
4685,2008
6132,2010
7864,2012
8268,2014
8456,2016
8702,2018
8,730 changes: 8,730 additions & 0 deletions data/markets.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 0364275

Please sign in to comment.