mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Chango left margin in pie float - #99
This commit is contained in:
parent
c7af5c3b07
commit
f2d52e80b6
@ -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.series.pie.offset.left=='auto')
|
||||||
if (options.legend.position.match('w'))
|
if (options.legend.position.match('w'))
|
||||||
centerLeft += legendWidth/2;
|
centerLeft += legendWidth;
|
||||||
else
|
else
|
||||||
centerLeft -= legendWidth/2;
|
centerLeft -= legendWidth;
|
||||||
else
|
else
|
||||||
centerLeft += options.series.pie.offset.left;
|
centerLeft += options.series.pie.offset.left;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user