@import '../../../@theme/styles/variables'; @include nga-install-component() { ngx-echarts-pie, ngx-echarts-bar, ngx-echarts-line { display: block; height: 100%; } /deep/ canvas { border-bottom-left-radius: nga-theme(card-border-radius); border-bottom-right-radius: nga-theme(card-border-radius); } .echart { height: 100%; width: 100%; } }