Bugfix
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -216,7 +216,7 @@ var DashboardComponent = (function () {
|
|||||||
this.dataService
|
this.dataService
|
||||||
.usage("4530303235303030303636383733323136")
|
.usage("4530303235303030303636383733323136")
|
||||||
.subscribe(function (res) {
|
.subscribe(function (res) {
|
||||||
_this.data1 = ({ data: [res.HOV, res.HTV], label: "Verbruik Kenneth" });
|
_this.data2 = ({ data: [res.HOV, res.HTV], label: "Verbruik Kenneth" });
|
||||||
_this.kloaded = true;
|
_this.kloaded = true;
|
||||||
});
|
});
|
||||||
this.dataService
|
this.dataService
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -56,7 +56,7 @@ export class DashboardComponent implements OnInit, OnDestroy {
|
|||||||
.usage("4530303235303030303636383733323136")
|
.usage("4530303235303030303636383733323136")
|
||||||
.subscribe(res => {
|
.subscribe(res => {
|
||||||
|
|
||||||
this.data1 = <LineData> ({data: [res.HOV, res.HTV], label: "Verbruik Kenneth"});
|
this.data2 = <LineData> ({data: [res.HOV, res.HTV], label: "Verbruik Kenneth"});
|
||||||
this.kloaded = true;
|
this.kloaded = true;
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user