-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] chart: trend line tooltip for scatter/line charts
For scatter/line chart whose labels were numbers, the trend line tooltip was showing something like `(15, 9)`. 9 was the correct Y value, but the 15 was referring to the fact that it was the 15th point in the generated trend line. Which made no sense to the user. This commit changes the tooltip to show only the Y value. closes #5379 Task: 4279972 X-original-commit: 66f0c66 Signed-off-by: Rémi Rahir (rar) <[email protected]>
- Loading branch information
1 parent
37f2328
commit 3bfd3d1
Showing
2 changed files
with
24 additions
and
1 deletion.
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