Skip to content
Snippets Groups Projects
Commit 7355631f authored by aconde98's avatar aconde98
Browse files

final

parent 83f0c8de
Branches
No related tags found
No related merge requests found
<div class="container">
<!-- <div class="container">
<div class="columns is-desktop mt-3 mb-3">
<div class="column is-full">
<div class="box">
......@@ -7,8 +7,8 @@
</div>
</div>
</div>
</div>
<div class="tile is-ancestor mr-1 ml-1">
</div> -->
<div class="tile is-ancestor mt-3 mr-1 ml-1">
<div class="tile is-vertical is-12">
<div class="tile">
<div (resized)="onResized($event)" class="tile is-primary is-6">
......
......@@ -77,7 +77,7 @@ export class GraphComponent implements OnInit {
display: true,
text: 'Parados en ' + this.getProvinceName(this.province),
font: {
size: 25
size: 50
}
},
legend: {
......
<ng-template class="tooltip" #HtmlContent>
<h3 class="title">{{event.title}}</h3>
<p>{{event.text}}</p>
<img *ngIf="event.img" src={{event.img}} max-width="150px" max-height="150px">
<br>
<img *ngIf="event.img" src={{event.img}} style="max-width:100px; max-height: 100px">
</ng-template>
......
......@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>FrontIntGraf</title>
<title>Parados en contexto: CyL</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment