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

fix: JS ChartData should write updates to the correct row (#6638) #6643

Merged
merged 3 commits into from
Feb 14, 2025

Conversation

niloc132
Copy link
Member

The provided mapping function was also not applied to modified rows, also fixed in this patch.

Also fixed an error in typescript types/docs for the ChartData.update() parameter.

Regression introduced by #6076.

Fixes DH-18632
Backport #6638

…6638)

The provided mapping function was also not applied to modified rows,
also fixed in this patch.

Also fixed an error in typescript types/docs for the ChartData.update()
parameter.

Regression introduced by deephaven#6076.

Fixes DH-18632
Backport deephaven#6638
@niloc132 niloc132 added jsapi ReleaseNotesNeeded Release notes are needed labels Feb 12, 2025
@niloc132 niloc132 requested a review from mattrunyon February 12, 2025 17:03
@niloc132 niloc132 self-assigned this Feb 12, 2025
@rcaudy rcaudy added this to the 0.37.6 milestone Feb 12, 2025
mattrunyon
mattrunyon previously approved these changes Feb 12, 2025
@niloc132 niloc132 marked this pull request as draft February 13, 2025 14:41
@niloc132
Copy link
Member Author

Marked as draft to resolve some test timeouts.

Effectively increases the timeout for each command run - multiline
commands must be explicitly declared as such.

Follow-up DH-18632
@niloc132 niloc132 marked this pull request as ready for review February 14, 2025 17:07
@rcaudy rcaudy enabled auto-merge (squash) February 14, 2025 19:58
@niloc132 niloc132 requested a review from mattrunyon February 14, 2025 19:59
@rcaudy rcaudy merged commit ab13f0c into deephaven:rc/v0.37.x Feb 14, 2025
17 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants