Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fordecyt_2019
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rodrigo Tapia-McClung
fordecyt_2019
Commits
0060eec9
Commit
0060eec9
authored
4 years ago
by
Tania Gómez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
load donut chart and modified color series on combined graph
parent
a5059f74
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
237 additions
and
166 deletions
+237
-166
index.html
public/centropais/index.html
+8
-6
evolucion_urbana_charts.js
public/js/evolucion_urbana_charts.js
+229
-160
No files found.
public/centropais/index.html
View file @
0060eec9
...
@@ -107,12 +107,14 @@
...
@@ -107,12 +107,14 @@
</div>
</div>
</div>
</div>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
<div
class=
"row h-100"
>
<div
id=
"perimeter-graph"
></div>
<div
id=
"perimeter-graph"
></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer
class=
"page-footer py-2"
>
<footer
class=
"page-footer py-2"
>
<div
class=
"container-fluid text-center"
>
<div
class=
"container-fluid text-center"
>
...
@@ -184,11 +186,11 @@
...
@@ -184,11 +186,11 @@
let
script1
=
document
.
createElement
(
'script'
);
let
script1
=
document
.
createElement
(
'script'
);
let
script2
=
document
.
createElement
(
'script'
);
let
script2
=
document
.
createElement
(
'script'
);
let
script3
=
document
.
createElement
(
'script'
);
let
script3
=
document
.
createElement
(
'script'
);
script1
.
src
=
"../js/centropais_functions.js"
;
script1
.
src
=
"../js/centropais_functions.js"
;
body
.
appendChild
(
script1
);
body
.
appendChild
(
script1
);
script2
.
src
=
"../js/centropais_basemap.js"
;
script2
.
src
=
"../js/centropais_basemap.js"
;
body
.
appendChild
(
script2
);
body
.
appendChild
(
script2
);
script3
.
src
=
"../js/centropais_charts.js"
;
script3
.
src
=
"../js/centropais_charts.js"
;
body
.
appendChild
(
script3
);
body
.
appendChild
(
script3
);
});
});
...
...
This diff is collapsed.
Click to expand it.
public/js/evolucion_urbana_charts.js
View file @
0060eec9
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment