Unfished Graph sections

Part 2
This commit is contained in:
Tom Slater 2019-07-11 15:18:33 +01:00
parent 630beeb5d0
commit bd33f79067
9 changed files with 235 additions and 77 deletions

View file

@ -3,6 +3,7 @@ import {Router, NavigationEnd} from "@angular/router";
import { GraphWidget } from '../widgets/graph-widget.component';
import { OrgBarSnippetComponent } from '../snippets/org-snippet-bar.component';
import { GraphPanel } from '../panels/graph-panel.component';
import { PiePanel } from '../panels/pie-panel.component';
import { DataType } from '../shared/data-types.enum';
import { environment } from '../../environments/environment';
@ -61,4 +62,5 @@ export class DashboardComponent {
});
}
}
}