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));