start of db status service

This commit is contained in:
Jesse Lucas
2020-03-29 16:51:12 -04:00
parent 08da982de5
commit 8bdf409d07
6 changed files with 54 additions and 8 deletions
@@ -14,7 +14,6 @@ export class DonutChartComponent {
val.forEach((v) => {
this.addData(v)
});
console.log("set the data?", val)
}
};
@@ -34,7 +33,6 @@ export class DonutChartComponent {
ngAfterViewInit(): void {
console.log("is the data set?", this.data, this.elementID);
this.canvas = document.getElementById(this.elementID);
this.ctx = this.canvas.getContext('2d');
this.chart = new Chart(this.ctx, {