working graph widgets and local doughnut chart
This commit is contained in:
parent
32bebd7c24
commit
9545601d01
7 changed files with 194 additions and 70 deletions
|
@ -24,6 +24,7 @@ import { OrgGraphsService } from './providers/org-graphs.service';
|
|||
import { CustGraphsService } from './providers/cust-graphs.service';
|
||||
import { OrgSnippetsService } from './providers/org-snippets.service';
|
||||
import { CustSnippetsService } from './providers/cust-snippets.service';
|
||||
import { CustPiesService } from './providers/cust-pies.service';
|
||||
|
||||
// Layouts
|
||||
import { FullLayoutComponent } from './layouts/full-layout.component';
|
||||
|
@ -69,6 +70,7 @@ import { DashboardModule } from './dashboard/dashboard.module';
|
|||
OrgSnippetsService,
|
||||
CustGraphsService,
|
||||
CustSnippetsService,
|
||||
CustPiesService,
|
||||
{
|
||||
provide: LocationStrategy,
|
||||
useClass: HashLocationStrategy
|
||||
|
|
Reference in a new issue