Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Display window for choropleth map #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
61 changes: 61 additions & 0 deletions dc.leaflet.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@
.pie {
margin-left:30px;
}
/*For map display window*/
.info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.info h4 {
margin: 0 0 5px;
color: #777;
}
/* --*/
</style>
</head>
<body>
Expand Down
61 changes: 61 additions & 0 deletions web/js/dc.leaflet.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.