removed test graph
This commit is contained in:
parent
2d79748413
commit
610dc8d9dc
1 changed files with 0 additions and 8 deletions
|
@ -121,14 +121,6 @@ export class DashboardCustomerComponent implements OnInit {
|
||||||
|
|
||||||
// Graph widgets
|
// Graph widgets
|
||||||
public widgetList = [
|
public widgetList = [
|
||||||
{
|
|
||||||
type: 'graph',
|
|
||||||
name: 'total_duration',
|
|
||||||
duration: '400',
|
|
||||||
icon: 'icon-diamond',
|
|
||||||
title: '(test) last 400 days',
|
|
||||||
dataType: DataType.currency,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: 'graph',
|
type: 'graph',
|
||||||
name: 'total_last_week',
|
name: 'total_last_week',
|
||||||
|
|
Reference in a new issue