mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 17:30:14 +01:00
feat(rc6): update to rc6
This commit is contained in:
parent
80a15536a5
commit
3ff5c51f1a
54 changed files with 187 additions and 193 deletions
|
|
@ -7,7 +7,6 @@ import './pieChart.loader.ts';
|
|||
@Component({
|
||||
selector: 'pie-chart',
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
providers: [PieChartService],
|
||||
styles: [require('./pieChart.scss')],
|
||||
template: require('./pieChart.html')
|
||||
})
|
||||
|
|
@ -50,7 +49,7 @@ export class PieChart {
|
|||
}
|
||||
|
||||
private _updatePieCharts() {
|
||||
let getRandomArbitrary = (min, max) => { return Math.random() * (max - min) + min };
|
||||
let getRandomArbitrary = (min, max) => { return Math.random() * (max - min) + min; };
|
||||
|
||||
jQuery('.pie-charts .chart').each(function(index, chart) {
|
||||
jQuery(chart).data('easyPieChart').update(getRandomArbitrary(55, 90));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue