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:
commit
d43de4f8ec
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue