From 233117e3453ebc7c5fdcd8647404a5479e3beea4 Mon Sep 17 00:00:00 2001 From: sophiamersmann Date: Tue, 26 Sep 2023 14:22:37 +0000 Subject: [PATCH] fix(explorer): fix data loading issue in mixed-content explorers --- explorer/Explorer.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/explorer/Explorer.tsx b/explorer/Explorer.tsx index 4ae8052105d..00be6fcad85 100644 --- a/explorer/Explorer.tsx +++ b/explorer/Explorer.tsx @@ -461,6 +461,7 @@ export class Explorer ...this.explorerProgram.grapherConfigOnlyGrapherProps, bakedGrapherURL: BAKED_GRAPHER_URL, hideEntityControls: this.showExplorerControls, + manuallyProvideData: false, } grapher.setAuthoredVersion(config) @@ -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