diff --git a/src/app/views/myfarm/myfarm.component.ts b/src/app/views/myfarm/myfarm.component.ts index 9a0ad49..2dbadc5 100644 --- a/src/app/views/myfarm/myfarm.component.ts +++ b/src/app/views/myfarm/myfarm.component.ts @@ -10,13 +10,14 @@ export class MyfarmComponent implements OnInit { scaleShowVerticalLines: false, responsive: true }; - public barChartLabels: string[] = ['2006', '2007', '2008', '2009', '2010', '2011', '2012']; + public barChartLabels: string[] = ['2012', '2013', '2014', '2015', '2016', '2017', '2018']; public barChartType = 'bar'; public barChartLegend = true; public barChartData: any[] = [ - {data: [65, 59, 80, 81, 56, 55, 40], label: 'Series A'}, - {data: [28, 48, 40, 19, 86, 27, 90], label: 'Series B'} + {data: [65, 59, 80, 81, 56, 55, 40], label: 'Hatçe Ananın Çiftliği'}, + {data: [35, 32, 75, 25, 10, 65, 95], label: 'Karadeniz Uşağı'}, + {data: [28, 48, 40, 19, 86, 27, 90], label: 'Northern Tiger'} ]; // Pie