diff --git a/pandora_console/include/graphs/pandora.d3.js b/pandora_console/include/graphs/pandora.d3.js index 5c8b59013b..07fa7f009e 100644 --- a/pandora_console/include/graphs/pandora.d3.js +++ b/pandora_console/include/graphs/pandora.d3.js @@ -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]);