From 5ffffbfe080596f2d4c1fd8a4f20c4c6395af060 Mon Sep 17 00:00:00 2001 From: Felix Date: Thu, 15 Aug 2019 16:34:13 +0100 Subject: [PATCH] date pickers work --- src/app/dashboard/more-graphs-and-tables.component.html | 4 ++-- src/app/dashboard/more-graphs-and-tables.component.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/dashboard/more-graphs-and-tables.component.html b/src/app/dashboard/more-graphs-and-tables.component.html index e54bb03..f7a0e9a 100644 --- a/src/app/dashboard/more-graphs-and-tables.component.html +++ b/src/app/dashboard/more-graphs-and-tables.component.html @@ -6,9 +6,9 @@

Spend amount and number of purchases by supplier name

- + - +
diff --git a/src/app/dashboard/more-graphs-and-tables.component.ts b/src/app/dashboard/more-graphs-and-tables.component.ts index 42dfbaf..01bedc4 100644 --- a/src/app/dashboard/more-graphs-and-tables.component.ts +++ b/src/app/dashboard/more-graphs-and-tables.component.ts @@ -185,7 +185,7 @@ export class MoreStuffComponent implements OnInit { } bubbleChartUpdate() { - console.log("start_range input box: " + this.bubbleChartBegin.date); + console.log("start_range input box: " + this.bubbleChartBegin); console.log("start_range : " + new Date(this.bubbleChartBegin)); console.log("end_range input box: " + this.bubbleChartEnd); console.log("end_range : " + new Date(this.bubbleChartEnd));