You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIX] chart: fix misalignment with trend line axis
Task Description
When inserting a trend line on a line chart, depending on the data
we sometimes have a misplaced trend line axis giving an alignment
issue between the trend line and the original plot. For example,
if you have these data :
A1 : A, B1 : 1
A2 : 2, B2 : 2
A3 : 3, B3 : 3
A4 : 4, B4 : 4
A5 : 5, B5 : 5
A6 : 6, B6 : 6
A7 : 7, B7 : 7
A8 : 8, B8 : 8
When you try to insert a linear trend line, the line won't be
aligned to the original line chart. This PR aims to fix this by
changing the labels and axis of the trend line.
Related Task
closes#5422
Task: 4251695
X-original-commit: 0b78315
Signed-off-by: Rémi Rahir (rar) <[email protected]>
Signed-off-by: Hendrickx Anthony (anhe) <[email protected]>
0 commit comments