Chart work

Misc Chart work
This commit is contained in:
Tom Slater 2019-08-16 12:27:05 +01:00
parent a5b32936bd
commit 1dd17e7a7a
5 changed files with 36 additions and 62 deletions

View file

@ -46,9 +46,9 @@ export class DashboardComponent {
},
{
type: 'graph',
name: 'sales_all',
name: 'sales_last_year',
icon: 'icon-diamond',
title: 'All Sales',
title: 'Sales Last Year',
dataType: DataType.currency,
},
{
@ -65,8 +65,8 @@ export class DashboardComponent {
},
{
type: 'graph',
name: 'purchases_all;',
title: 'All Purchases',
name: 'purchases_last_year;',
title: 'Purchases Last Year',
dataType: DataType.currency,
},
];