Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
farukterzioglu committed Jul 1, 2018
1 parent ca47ecb commit c043a23
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app/views/myfarm/myfarm.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c043a23

Please sign in to comment.