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:
commit
fe7049ed6b
|
@ -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]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue