Merge branch 'ent-11099-15530-metaconsola-service-map-widget-no-carga-modo-sunburst' into 'develop'

Ent 11099 15530 metaconsola service map widget no carga modo sunburst

See merge request artica/pandorafms!5822
This commit is contained in:
Daniel Rodriguez 2023-05-16 09:46:24 +00:00
commit fe7049ed6b
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ function sunburst(recipient, data, width, height, tooltip = true) {
height = width;
}
var radius = Math.min(width, height) / 2;
var radius = Math.min(width, height) / 2 - 40;
var x = d3.scale.linear().range([0, 2 * Math.PI]);