2017-08-03 13:53:18 +03:00
|
|
|
@import '../../../@theme/styles/themes';
|
2017-07-27 17:21:38 +03:00
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
@include nb-install-component() {
|
2017-08-29 11:42:03 +03:00
|
|
|
ngx-d3-bar,
|
|
|
|
|
ngx-d3-pie,
|
|
|
|
|
ngx-d3-advanced-pie,
|
|
|
|
|
ngx-d3-area-stack,
|
|
|
|
|
ngx-d3-line,
|
|
|
|
|
ngx-d3-polar {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
2017-09-19 15:29:13 +03:00
|
|
|
height: nb-theme(card-height-medium);
|
2017-08-29 16:27:22 +03:00
|
|
|
|
|
|
|
|
/deep/ {
|
|
|
|
|
.pie-label {
|
|
|
|
|
fill: nb-theme(color-fg-heading);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid-line-path {
|
|
|
|
|
stroke: nb-theme(separator);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
text {
|
|
|
|
|
fill: nb-theme(color-fg-heading);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chart-legend {
|
|
|
|
|
.legend-labels {
|
|
|
|
|
background: nb-theme(color-bg);
|
|
|
|
|
}
|
|
|
|
|
.legend-label {
|
|
|
|
|
color: nb-theme(color-fg-heading);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-08-29 11:42:03 +03:00
|
|
|
}
|
2017-07-27 17:21:38 +03:00
|
|
|
}
|