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

15 lines
221 B
SCSS
Raw Normal View History

2017-08-03 13:53:18 +03:00
@import '../../../@theme/styles/themes';
@include nb-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
}