mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-20 23:14:07 +01:00
saving with admin and public base
This commit is contained in:
parent
06776d15c4
commit
dd1b2763d8
425 changed files with 21493 additions and 11663 deletions
20
src/app/admin/charts/echarts/echarts.component.scss
Normal file
20
src/app/admin/charts/echarts/echarts.component.scss
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
@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%;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue