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 trend line axis alignment
Task Description Following #5282, we now have the trend line data as an array of Point, and try to align the trend line axis to the real x-axis. This can't be done for categorical axis and time axis without treating the trend axis as a category axis, for both. This PR aims to fix the axis for the datetime data, where the axis was considered as a datetime axis but can't be anymore. As this is caused by the way chartJs decides to align the axis, we don't have any other solution, neither have we a possibility to test the fix. closes #5442 Task: 0 X-original-commit: 80c7840 Signed-off-by: Rémi Rahir (rar) <[email protected]>
- Loading branch information