Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Emisiones_CO2_antes_y_despues_Kyoto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DESI_18-19
Emisiones_CO2_antes_y_despues_Kyoto
Commits
3173f2f8
Commit
3173f2f8
authored
6 years ago
by
viclope
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
e7b09eeb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
visualizacion.html
+54
-0
54 additions, 0 deletions
visualizacion.html
with
54 additions
and
0 deletions
visualizacion.html
0 → 100644
+
54
−
0
View file @
3173f2f8
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie=edge"
>
<title>
Proyecto de Visualización D3
</title>
<link
href=
"https://fonts.googleapis.com/css?family=Montserrat"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
href=
"visualizacion.css"
>
</head>
<body>
<div
id=
'overlay-info'
>
<header>
<h3>
Año
<span
id=
"year-data"
></span></h3>
</header>
<div
id=
"info"
>
<p><u>
País
</u>
:
<span
id=
'country-data'
></span></p>
<p><u>
Per cápita
</u>
:
<span
id=
'per-cap-data'
></span>
T.
</p>
</div>
</div>
<main>
<h1>
Emisiones de CO
<sub>
2
</sub>
totales y per cápita por año
</h1>
<svg>
</svg>
</main>
<aside
id=
"option-panel"
>
<section
id=
"legend"
>
</section>
<section
id=
"mode-selector"
>
<article>
<div>
<input
type=
"radio"
id=
"total"
name=
"mode"
value=
"total"
>
<label
for=
"total"
>
Totales
</label>
</div>
<div>
<input
type=
"radio"
id=
"capita"
name=
"mode"
value=
"capita"
checked
>
<label
class=
"marked"
for=
"capita"
>
Per cápita
</label>
</div>
</article>
</section>
</aside>
<aside
id=
'date-limiter'
>
<div
id=
"slider"
>
<div
id=
"arranger"
></div>
<div
id=
"progress"
></div>
</div>
<div
id=
"current-date"
>
2016
</div>
</aside>
<script
src=
"https://d3js.org/d3.v5.min.js"
></script>
<script
src=
"visualizacion.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment