diff --git a/src/app/app.component.html b/src/app/app.component.html
index 3222c53..66ae61c 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -46,7 +46,7 @@
+
diff --git a/src/app/chart/chart.component.ts b/src/app/chart/chart.component.ts
index e10ce91..269b5a6 100644
--- a/src/app/chart/chart.component.ts
+++ b/src/app/chart/chart.component.ts
@@ -35,6 +35,8 @@ export class ChartComponent implements OnInit, OnChanges {
this.chart = new Chart('canvas', {
type: 'line',
options: {
+ responsive: true,
+ maintainAspectRatio: false,
scales: {
x: {
type: 'time',