mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-08 06:32:35 +01:00
15 lines
232 B
SCSS
15 lines
232 B
SCSS
|
|
@import '../../../@theme/styles/variables';
|
||
|
|
|
||
|
|
@include nga-install-component() {
|
||
|
|
|
||
|
|
ngx-echarts-pie, ngx-echarts-bar, ngx-echarts-line {
|
||
|
|
display: block;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.echart {
|
||
|
|
height: 100%;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
}
|