test
This commit is contained in:
@@ -12,7 +12,7 @@ export class LineChartComponent implements OnInit {
|
||||
public lineChartData:Array<any> = [
|
||||
{data: [1,0,0,0,0,0,1], label: 'Series A'}
|
||||
];
|
||||
public lineChartLabels:Array<any> = ['January', 'February', 'March', 'April', 'May', 'June', 'July'];
|
||||
public lineChartLabels:Array<any> = ['', '', '', '', '', '', ''];
|
||||
public lineChartOptions:any = {
|
||||
responsive: true,
|
||||
title: {
|
||||
|
||||
@@ -9,7 +9,7 @@ import { LabelData } from './label-data';
|
||||
|
||||
@Injectable()
|
||||
export class DataService {
|
||||
private baseUrl: string = 'http://localhost:3000/webapi/data';
|
||||
private baseUrl: string = '/webapi/data';
|
||||
|
||||
constructor(private http : Http){}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user