This commit is contained in:
Bluepr1nt
2017-04-04 21:59:53 +02:00
parent 25a3f41af0
commit f6d82a8954
3 changed files with 4 additions and 4 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -58,7 +58,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
var DataService = (function () {
function DataService(http) {
this.http = http;
this.baseUrl = 'http://localhost:3000/webapi/data';
this.baseUrl = '/webapi/data';
}
DataService.prototype.get = function () {
console.log('Getting data');
@@ -304,7 +304,7 @@ var LineChartComponent = (function () {
this.lineChartData = [
{ data: [1, 0, 0, 0, 0, 0, 1], label: 'Series A' }
];
this.lineChartLabels = ['January', 'February', 'March', 'April', 'May', 'June', 'July'];
this.lineChartLabels = ['', '', '', '', '', '', ''];
this.lineChartOptions = {
responsive: true,
title: {
+1 -1
View File
File diff suppressed because one or more lines are too long