Added minor changes to ux widget

This commit is contained in:
Arturo Gonzalez 2017-04-25 16:16:25 +02:00
parent 078d5e4357
commit 8383552a1f
1 changed files with 0 additions and 2 deletions

View File

@ -1413,7 +1413,6 @@ function print_phases_donut (recipient, phases) {
.remove();
/* ------- TEXT LABELS -------*/
var text = svg.select(".labels").selectAll("text")
.data(pie(data), key);
@ -1465,7 +1464,6 @@ function print_phases_donut (recipient, phases) {
.remove();
/* ------- SLICE TO TEXT POLYLINES -------*/
var polyline = svg.select(".lines").selectAll("polyline")
.data(pie(data), key);