various fixes to dashboard stuff

This commit is contained in:
Finn 2019-07-12 17:12:01 +01:00
parent c0570cddf8
commit 05506ed1b6
5 changed files with 10 additions and 21 deletions

View file

@ -26,6 +26,7 @@ import { GraphWidget } from '../widgets/graph-widget.component';
import { OrgBarSnippetComponent } from '../snippets/org-snippet-bar.component';
import { CustBarSnippetComponent } from '../snippets/cust-snippet-bar.component';
import { GraphPanel } from '../panels/graph-panel.component';
import { BubbleChartComponent } from '../panels/bubble-panel.component';
import { PiePanel } from '../panels/pie-panel.component';
import { OrgPiePanel } from '../panels/org-pie-panel.component';
@ -82,6 +83,7 @@ import { environment } from '../../environments/environment';
GraphPanel,
PiePanel,
OrgPiePanel,
BubbleChartComponent,
],
providers: [
CurrencyPipe,