diff --git a/site/gdocs/components/Chart.tsx b/site/gdocs/components/Chart.tsx index 7d661d91e07..bb10e3fc494 100644 --- a/site/gdocs/components/Chart.tsx +++ b/site/gdocs/components/Chart.tsx @@ -40,6 +40,7 @@ export default function Chart({ const resolvedUrl = linkedChart.resolvedUrl const isExplorer = url.isExplorer const hasControls = url.queryParams.hideControls !== "true" + const isExplorerWithControls = isExplorer && hasControls // config passed to grapher charts let customizedChartConfig: GrapherProgrammaticInterface = {} @@ -84,7 +85,8 @@ export default function Chart({ return (