Added more charts

This commit is contained in:
2017-04-11 10:17:06 +02:00
parent b5d76caba9
commit edb556ef50
7 changed files with 26 additions and 11 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export class LineChartComponent implements OnInit, OnChanges {
// lineChart
public lineChartData:Array<any> = [
{data: [0,0,0,0,0,0,0], label: 'Totaal verbruik'}
{data: [0,0,0,0,0,0,0], label: 'Verbruik'}
];
public lineChartLabels:Array<any> = ['-1', '-2', '-3', '-4', '-5', '-6', '-7'];
public lineChartOptions:any = {