mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 16:40:32 +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
|
||||
g := DoublePoint(g.x, (curr + prev) * 0.5);
|
||||
end;
|
||||
prev := curr;
|
||||
if Stacked then
|
||||
prev := curr;
|
||||
|
||||
with ParentChart do
|
||||
if
|
||||
|
Loading…
Reference in New Issue
Block a user