mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-22 01:06:10 +01:00
refactor(charts): change chart.js lib wrapper
This commit is contained in:
parent
df7de82737
commit
bdca59b793
13 changed files with 206 additions and 314 deletions
|
|
@ -1,4 +1,20 @@
|
|||
@import '../../../@theme/styles/themes';
|
||||
|
||||
@include nb-install-component() {
|
||||
ngx-chartjs-pie,
|
||||
ngx-chartjs-bar,
|
||||
ngx-chartjs-line,
|
||||
ngx-chartjs-multiple-xaxis,
|
||||
ngx-chartjs-bar-horizontal,
|
||||
ngx-chartjs-radar {
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
/deep/ chart {
|
||||
display: block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue