mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-7702-vista-de-agentes-sin-color-en-grafica-circulo-estado-agente' into 'develop'
Fixes in pie coauth: daniel See merge request artica/pandorafms!4210
This commit is contained in:
commit
dca52dca6a
@ -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")
|
||||||
|
@ -5564,7 +5564,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