2021-12-02 21:28:41 +03:00
|
|
|
@use '../../../@theme/styles/themes' as *;
|
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
|
|
|
|
2019-07-02 16:18:09 +03:00
|
|
|
::ng-deep {
|
2017-08-29 16:27:22 +03:00
|
|
|
.pie-label {
|
2019-07-02 16:18:09 +03:00
|
|
|
fill: nb-theme(text-basic-color);
|
2017-08-29 16:27:22 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
text {
|
2019-07-02 16:18:09 +03:00
|
|
|
fill: nb-theme(text-hint-color);
|
2017-08-29 16:27:22 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chart-legend {
|
|
|
|
|
.legend-labels {
|
2019-07-02 16:18:09 +03:00
|
|
|
background: nb-theme(background-basic-color-2);
|
2017-08-29 16:27:22 +03:00
|
|
|
}
|
|
|
|
|
.legend-label {
|
2019-07-02 16:18:09 +03:00
|
|
|
color: nb-theme(text-hint-color);
|
2017-09-19 19:58:52 +03:00
|
|
|
.active .legend-label-text {
|
2019-07-02 16:18:09 +03:00
|
|
|
color: nb-theme(text-basic-color);
|
2017-09-19 19:58:52 +03:00
|
|
|
}
|
2017-08-29 16:27:22 +03:00
|
|
|
}
|
|
|
|
|
}
|
2019-07-02 16:18:09 +03:00
|
|
|
|
|
|
|
|
.total-value,
|
|
|
|
|
.item-value,
|
|
|
|
|
.item-percent {
|
|
|
|
|
line-height: 1.25;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.legend-items {
|
|
|
|
|
overflow-y: hidden;
|
|
|
|
|
}
|
2017-08-29 16:27:22 +03:00
|
|
|
}
|
2017-08-29 11:42:03 +03:00
|
|
|
}
|
2017-07-27 17:21:38 +03:00
|
|
|
}
|