Updating/removing some old files, preparing to add bubble chart
This commit is contained in:
parent
43a6b5b4cd
commit
ccf6adad4b
7 changed files with 36 additions and 58 deletions
|
@ -9,8 +9,11 @@ import { DataType } from '../shared/data-types.enum';
|
|||
import * as moment from 'moment';
|
||||
import { SuppliersComponent } from '../dashboard/suppliers.component';
|
||||
import { MoreStuffComponent } from '../dashboard/more-graphs-and-tables.component';
|
||||
import { StackedBarChartComponent } from '../panels/stacked-bar.component';
|
||||
// import { StackedBarChartComponent } from '../panels/stacked-bar.component';
|
||||
|
||||
interface RecurSupplierData {
|
||||
name : string;
|
||||
}
|
||||
|
||||
@Component({
|
||||
templateUrl: 'dashboard-customer.component.html'
|
||||
|
|
Reference in a new issue