mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 19:02:31 +02:00
TAChart: Fix positioning of centered labels for logarithmic, non-stacked bar series with multiple y values.
git-svn-id: trunk@60074 -
This commit is contained in:
parent
ed08eac4e4
commit
25e8ac68ed
@ -1293,7 +1293,8 @@ begin
|
|||||||
else
|
else
|
||||||
g := DoublePoint(g.x, (curr + prev) * 0.5);
|
g := DoublePoint(g.x, (curr + prev) * 0.5);
|
||||||
end;
|
end;
|
||||||
prev := curr;
|
if Stacked then
|
||||||
|
prev := curr;
|
||||||
|
|
||||||
with ParentChart do
|
with ParentChart do
|
||||||
if
|
if
|
||||||
|
Loading…
Reference in New Issue
Block a user