-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 #5282 Task: 4251695 Signed-off-by: Rémi Rahir (rar) <[email protected]>
- Loading branch information
Showing
3 changed files
with
66 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters