mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Added minor changes to ux widget
This commit is contained in:
parent
078d5e4357
commit
8383552a1f
@ -1413,7 +1413,6 @@ function print_phases_donut (recipient, phases) {
|
|||||||
.remove();
|
.remove();
|
||||||
|
|
||||||
/* ------- TEXT LABELS -------*/
|
/* ------- TEXT LABELS -------*/
|
||||||
|
|
||||||
var text = svg.select(".labels").selectAll("text")
|
var text = svg.select(".labels").selectAll("text")
|
||||||
.data(pie(data), key);
|
.data(pie(data), key);
|
||||||
|
|
||||||
@ -1465,7 +1464,6 @@ function print_phases_donut (recipient, phases) {
|
|||||||
.remove();
|
.remove();
|
||||||
|
|
||||||
/* ------- SLICE TO TEXT POLYLINES -------*/
|
/* ------- SLICE TO TEXT POLYLINES -------*/
|
||||||
|
|
||||||
var polyline = svg.select(".lines").selectAll("polyline")
|
var polyline = svg.select(".lines").selectAll("polyline")
|
||||||
.data(pie(data), key);
|
.data(pie(data), key);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user