ngx-admin/src/app/pages/dashboard/traffic/traffic.component.scss
2017-07-20 18:16:35 +03:00

19 lines
380 B
SCSS

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