mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
#11099 Fix sunburst
This commit is contained in:
parent
5983333965
commit
8c96baf68f
@ -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…
x
Reference in New Issue
Block a user