Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: fix time window selection with mouse on Metrics charts
This patch fixes an issue that prevents proper time selection with mouse on Metrics charts. The root cause of it is updated time scale object didn't include correct value of `windowSize` that's used to calculate `start` position of time range. Release note (ui change): fix issue with incorrect start time position of selected time range on Metrics page.
- Loading branch information