diff --git a/pandora_console/include/graphs/flot/jquery.flot.pie.js b/pandora_console/include/graphs/flot/jquery.flot.pie.js index dfd5c72702..ef36e97246 100644 --- a/pandora_console/include/graphs/flot/jquery.flot.pie.js +++ b/pandora_console/include/graphs/flot/jquery.flot.pie.js @@ -195,9 +195,9 @@ More detail and specific examples can be found in the included HTML file. if (options.series.pie.offset.left=='auto') if (options.legend.position.match('w')) - centerLeft += legendWidth/2; + centerLeft += legendWidth; else - centerLeft -= legendWidth/2; + centerLeft -= legendWidth; else centerLeft += options.series.pie.offset.left;