Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sefarad
dashboard-gsicrawler
Commits
a5b3361b
Commit
a5b3361b
authored
May 09, 2017
by
Alberto Pascual
Browse files
bower dependencies added
parent
f8f10d1a
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
a5b3361b
*.html~
bower.json
0 → 100644
View file @
a5b3361b
{
"name"
:
"dashboard-tourpedia"
,
"authors"
:
[
"gsi-upm"
],
"description"
:
"Dashboard to visualize data from TourPedia API"
,
"main"
:
"dashboard-tourpedia.html"
,
"keywords"
:
[
"dashboard"
,
"web-component"
,
"elasticsearch"
,
"polymer"
],
"dependencies"
:
{
"material-search"
:
"material-search#*"
,
"leaflet-maps"
:
"leaflet-maps#*"
,
"paper-tabs"
:
"paper-tabs#*"
,
"yasgui-polymer"
:
"yasgui-polymer#*"
,
"reviews-table"
:
"reviews-table#*"
,
"number-chart"
:
"number-chart#*"
,
"google-apis"
:
"GoogleWebComponents/google-apis#^1.0.0"
,
"iron-icons"
:
"PolymerElements/iron-icons#^1.0.0"
,
"paper-icon-button"
:
"PolymerElements/paper-icon-button#^1.0.0"
,
"polymer"
:
"Polymer/polymer#^1.1.0"
},
"license"
:
"MIT"
,
"homepage"
:
"https://lab.cluster.gsi.dit.upm.es/sefarad/dashboard-tourpedia"
}
dashboard-tourpedia.html
View file @
a5b3361b
...
...
@@ -94,12 +94,8 @@
</div>
<div
class=
"chart_container"
style=
"right: 0; float: right"
>
<google-chart
query=
"{{query}}"
index=
"tourpedia"
subindex=
"places"
datos=
"{{data}}"
field=
"location"
fields=
'["category", "location"]'
host=
'{{endpoint}}'
id=
'pie-chart4'
extra-id=
'pie-chart4'
type=
'pie'
...
...
@@ -115,12 +111,9 @@
<div
style=
"width: 100%"
>
<div
class=
"chart_container"
style=
"left: 0; float: left"
>
<google-chart
query=
"{{query}}"
index=
"tourpedia"
subindex=
"places"
field=
"numReviews"
datos=
"{{data}}"
fields=
'["category", "location"]'
host=
'{{endpoint}}'
id=
'column-chart1'
extra-id=
'column-chart1'
type=
'column'
...
...
Write
Preview
Supports
Markdown
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