Skip to content

Commit

Permalink
fix(explorer): fix data loading issue in mixed-content explorers
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Sep 26, 2023
1 parent a637546 commit 233117e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions explorer/Explorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ export class Explorer
...this.explorerProgram.grapherConfigOnlyGrapherProps,
bakedGrapherURL: BAKED_GRAPHER_URL,
hideEntityControls: this.showExplorerControls,
manuallyProvideData: false,
}

grapher.setAuthoredVersion(config)
Expand Down Expand Up @@ -498,6 +499,7 @@ export class Explorer
...this.explorerProgram.grapherConfigOnlyGrapherProps,
bakedGrapherURL: BAKED_GRAPHER_URL,
hideEntityControls: this.showExplorerControls,
manuallyProvideData: false,
}

// set given variable IDs as dimensions to make Grapher
Expand Down

0 comments on commit 233117e

Please sign in to comment.