mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-27 12:48:49 +01:00
feat(charts): update echarts library
This commit is contained in:
parent
edb098705f
commit
e12b77174d
5 changed files with 47 additions and 84 deletions
|
|
@ -1,9 +1,13 @@
|
|||
@import '../../../@theme/styles/variables';
|
||||
|
||||
@include nga-install-component() {
|
||||
display: block;
|
||||
|
||||
ngx-echarts-pie, ngx-echarts-bar, ngx-echarts-line {
|
||||
display: block;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/deep/ .echart {
|
||||
height: calc(#{nga-theme(card-height-xmedium)} - 50px);
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue