ngx-admin/src/app/pages/dashboard/traffic/traffic.component.scss

20 lines
380 B
SCSS
Raw Normal View History

2017-07-14 19:46:28 +03:00
@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);
2017-07-18 21:16:34 +03:00
}
2017-07-14 19:46:28 +03:00
.echart {
height: 100%;
width: 100%;
}
}