mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
14 lines
221 B
SCSS
14 lines
221 B
SCSS
@import '../../../@theme/styles/themes';
|
|
|
|
@include nb-install-component() {
|
|
ngx-echarts-pie,
|
|
ngx-echarts-bar,
|
|
ngx-echarts-line {
|
|
display: block;
|
|
height: 100%;
|
|
}
|
|
|
|
/deep/ .echart {
|
|
height: 100%;
|
|
}
|
|
}
|