Skip to content

Commit c850499

Browse files
authored
Temporarily turn off interactive charts (#3804)
1 parent e5e28cf commit c850499

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/static/js/almanac.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,10 @@ function googleSheetsPixelNotLoaded() {
389389
//Check for support and switch out images if supported
390390
function upgradeInteractiveFigures() {
391391

392+
// Temporarily disable charts since embedding is currently broken in Sheets
393+
// See: https://github.com/HTTPArchive/almanac.httparchive.org/issues/3803
394+
return;
395+
392396
try {
393397
if (!isInPrintMode() && bigEnoughForInteractiveFigures() && !dataSaverEnabled() && highBandwidthConnection() && highResolutionCanvasSupported()) {
394398

0 commit comments

Comments
 (0)