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(explorer): fix data loading issue in mixed-content explorers #2665

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

sophiamersmann
Copy link
Member

@sophiamersmann sophiamersmann commented Sep 26, 2023

Fixes a data loading issue that only happens for mixed-content explorers that use grapher IDs as well as csv data to create charts.

  • for csv data charts, grapher.manuallyProvidedData is true
  • when switching to a grapher id chart, grapher.manuallyProvidedData was persisted
  • as a result, no data would be downloaded for the chart (since grapher thinks the data is manually provided)

@sophiamersmann sophiamersmann merged commit 14ef2b0 into master Sep 26, 2023
17 checks passed
@sophiamersmann sophiamersmann deleted the fix-data-loading-issue-in-explorers branch September 26, 2023 16:24
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.

1 participant