mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-21 00:36:11 +01:00
20 lines
364 B
SCSS
20 lines
364 B
SCSS
@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%;
|
|
}
|
|
}
|
|
}
|