Fixes in pie coauth: daniel

This commit is contained in:
fbsanchez 2021-06-16 11:41:57 +02:00
parent 90905d72f5
commit 9ed895d457
2 changed files with 2 additions and 2 deletions

View File

@ -2784,7 +2784,7 @@ function donutNarrowGraph(
arc = d3.svg arc = d3.svg
.arc() .arc()
.outerRadius(radius) .outerRadius(radius)
.innerRadius(radius - radius / 2.5); .innerRadius(radius - radius / 6);
svg = donutbody svg = donutbody
.append("svg") .append("svg")

View File

@ -5565,7 +5565,7 @@ div#bullets_modules div {
/* Agent details in agent view */ /* Agent details in agent view */
div#status_pie path { div#status_pie path {
stroke-width: 8px; stroke-width: 0px;
} }
div#status_pie { div#status_pie {
margin-bottom: 2em; margin-bottom: 2em;