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(insights): fix display changes for standalone queries #18266

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

thmsobrmlr
Copy link
Contributor

Problem

See #18256 (Issue 3 + Issue 4)

Changes

  • replaces chartFilterLogic, that previously connected to insightVizDataLogic`, with direct usages of that logic
  • moves the side effects of a display change from chartFilterLogic to the handleQuerySourceUpdateSideEffects function that is called for all query source changes

How did you test this code?

Manual testing

@daibhin
Copy link
Contributor

daibhin commented Oct 30, 2023

I don't think this made any improvements to notebooks. You can see some changes because the annotations move around but the visualization never updates
annotations

@thmsobrmlr
Copy link
Contributor Author

(Somewhat a note to myself). Using these changes working.patch I could get the insight filters working. Don't want to commit here, since the changes are somewhat unrelated and I don't know what the exact implications are of we disable readOnly mode here.

2023-10-31 13 42 10

@thmsobrmlr thmsobrmlr requested a review from a team November 6, 2023 15:15
Base automatically changed from fix-interval-filter-logic to master November 6, 2023 15:19
@thmsobrmlr thmsobrmlr force-pushed the fix-chart-filter-logic branch from 52c5684 to df8ca83 Compare November 6, 2023 15:23
@thmsobrmlr thmsobrmlr enabled auto-merge (squash) November 6, 2023 15:24
@thmsobrmlr thmsobrmlr merged commit e2f9929 into master Nov 6, 2023
73 checks passed
@thmsobrmlr thmsobrmlr deleted the fix-chart-filter-logic branch November 6, 2023 16:02
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.

3 participants