ngx-admin/src/app/pages/charts/echarts/echarts.component.scss

15 lines
225 B
SCSS
Raw Normal View History

@import '../../../@theme/styles/variables';
@include nga-install-component() {
2017-07-27 12:06:50 +03:00
ngx-echarts-pie,
ngx-echarts-bar,
ngx-echarts-line {
2017-07-13 14:49:22 +03:00
display: block;
height: 100%;
}
/deep/ .echart {
2017-07-13 14:49:22 +03:00
height: 100%;
}
2017-05-11 18:31:55 +03:00
}