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

15 lines
232 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%;
}
.echart {
height: 100%;
width: 100%;
}
}