mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
20 lines
388 B
SCSS
20 lines
388 B
SCSS
@import '../../../@theme/styles/themes';
|
|
|
|
@include nb-install-component() {
|
|
ngx-echarts-pie,
|
|
ngx-echarts-bar,
|
|
ngx-echarts-line,
|
|
ngx-echarts-multiple-xaxis,
|
|
ngx-echarts-area-stack,
|
|
ngx-echarts-bar-animation,
|
|
ngx-echarts-radar {
|
|
display: block;
|
|
height: nb-theme(card-height-medium);
|
|
width: 100%;
|
|
}
|
|
|
|
::ng-deep .echart {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|