From 89e284089231efa7aeddeec6efc3b739f9e0c25d Mon Sep 17 00:00:00 2001 From: jmg2107 Date: Wed, 24 Aug 2016 20:52:31 -0700 Subject: [PATCH] (fix) Resize the graph --- src/app/ui/line-graph.ts | 30 ++++++++---------------------- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/src/app/ui/line-graph.ts b/src/app/ui/line-graph.ts index 2849f1a..b44b8bb 100644 --- a/src/app/ui/line-graph.ts +++ b/src/app/ui/line-graph.ts @@ -15,7 +15,7 @@ import { CORE_DIRECTIVES, styles: [ ` .chart {display: block; width: 800px; - height: 600px;} + height: 500px;} `], template: `