From 7c5eedaa87004fdc229fd1ffd481fa25e5064136 Mon Sep 17 00:00:00 2001 From: Felix Date: Fri, 16 Aug 2019 15:55:22 +0100 Subject: [PATCH] removed test graph --- src/app/dashboard/dashboard-customer.component.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/app/dashboard/dashboard-customer.component.ts b/src/app/dashboard/dashboard-customer.component.ts index 4b77535..e9dccf8 100644 --- a/src/app/dashboard/dashboard-customer.component.ts +++ b/src/app/dashboard/dashboard-customer.component.ts @@ -121,14 +121,6 @@ export class DashboardCustomerComponent implements OnInit { // Graph widgets public widgetList = [ - { - type: 'graph', - name: 'total_duration', - duration: '400', - icon: 'icon-diamond', - title: '(test) last 400 days', - dataType: DataType.currency, - }, { type: 'graph', name: 'total_last_week',