mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
feat(charts): integrate js theme with echarts
This commit is contained in:
parent
eef4d0633c
commit
d464d1060b
14 changed files with 675 additions and 543 deletions
|
|
@ -2,6 +2,7 @@ import { Component } from '@angular/core';
|
|||
|
||||
@Component({
|
||||
selector: 'ngx-chartjs',
|
||||
styleUrls: ['./chartjs.component.scss'],
|
||||
templateUrl: './chartjs.component.html',
|
||||
})
|
||||
export class ChartjsComponent {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue