feat(charts): update echarts library

This commit is contained in:
KostyaDanovsky 2017-07-13 14:49:22 +03:00
parent edb098705f
commit e12b77174d
5 changed files with 47 additions and 84 deletions

View file

@ -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%;
}
}