Chango left margin in pie float - #99

This commit is contained in:
enriquecd 2017-04-24 17:29:13 +02:00
parent c7af5c3b07
commit f2d52e80b6
1 changed files with 2 additions and 2 deletions

View File

@ -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;