Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui: fix drag to zoom on custom charts
This PR addresses the issue where a user creates a custom chart and selects an area to zoom into leaves the grey highlight after the graph zooms in. This was due to the history prop not being passed into the linegraph component and caused an error to throw when updating the url params. This was resolved by passing in the history to propogate to the linegraph component. Release note (ui change): fix drag to zoom on custom charts
- Loading branch information