Merge branch '99-problemas-visualizacion-graficas-combinadas-tipo-gauge-bullet-chart-y-pie-chart-en-consolas-visuales-2' into 'develop'

Change left margin in pie float - #99

See merge request !401
This commit is contained in:
vgilc 2017-04-24 17:44:41 +02:00
commit d43de4f8ec
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;