text controlled for donut chart

This commit is contained in:
Burak Civan
2022-06-10 17:39:14 +03:00
parent 7ac29e566d
commit baf597ee70
6 changed files with 62 additions and 4 deletions

31
public/css/app.css vendored
View File

@ -47115,6 +47115,37 @@ html[dir='rtl'] .el-input__suffix {
}
/* element-ui */
/* apex-chart */
.apexcharts-donut-custom span.apexcharts-legend-text {
display: -webkit-box !important;
-webkit-line-clamp: 1 !important;
-webkit-box-orient: vertical !important;
overflow: hidden !important;
height: 1rem !important;
}
.apexcharts-donut-custom .apexcharts-legend-series {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.apexcharts-donut-custom .apexcharts-legend {
padding: 0 !important;
}
.apexcharts-donut-custom .apexcharts-legend-marker {
width: 18px !important;
}
.apexcharts-donut-custom-report .apexcharts-legend-marker {
width: 12px !important;
}
/* apex-chart */
/* collapse */
.active-collapse{
opacity: 1;