mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
a cople of todos
This commit is contained in:
parent
1293bae38f
commit
4fc44da5d8
2 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ import './pieChart.loader.ts';
|
|||
styles: [require('./pieChart.scss')],
|
||||
template: require('./pieChart.html')
|
||||
})
|
||||
// TODO: move easypiechart to component
|
||||
export class PieChart {
|
||||
|
||||
public charts: Array<Object>;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ import {TrafficChartService} from './trafficChart.service';
|
|||
styles: [require('./trafficChart.scss')],
|
||||
template: require('./trafficChart.html')
|
||||
})
|
||||
|
||||
// TODO: move chart.js to it's own component
|
||||
export class TrafficChart {
|
||||
|
||||
public doughnutData: Array<Object>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue