mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
20 lines
361 B
SCSS
20 lines
361 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: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
/deep/ .echart {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|