mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixes in pie coauth: daniel
This commit is contained in:
parent
90905d72f5
commit
9ed895d457
@ -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")
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user