Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CRDB-9016] ui: fix drag to zoom on custom charts #70229

Merged
merged 1 commit into from
Sep 15, 2021

Conversation

Santamaura
Copy link
Contributor

This PR addresses the issue where a user creates a custom chart and selects an area to zoom into which 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 propagate to the
linegraph component.

Release note (ui change): fix drag to zoom on custom charts

Kapture.2021-09-14.at.15.29.48.mp4

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
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@Santamaura Santamaura changed the title ui: fix drag to zoom on custom charts [CRDB-9016] ui: fix drag to zoom on custom charts Sep 14, 2021
Copy link
Collaborator

@koorosh koorosh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Santamaura
Copy link
Contributor Author

bors r+

@craig
Copy link
Contributor

craig bot commented Sep 15, 2021

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Sep 15, 2021

Build succeeded:

@thtruo
Copy link
Contributor

thtruo commented Nov 9, 2021

Heads up @Santamaura Zach mentioned that your PR here fixes issue #72112
I'm assuming we didn't backport the change into a patch release of 21.1; can we start that process? This issue is affecting customers on clusters running 21.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants