We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e28cf commit c850499Copy full SHA for c850499
1 file changed
src/static/js/almanac.js
@@ -389,6 +389,10 @@ function googleSheetsPixelNotLoaded() {
389
//Check for support and switch out images if supported
390
function upgradeInteractiveFigures() {
391
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
+
396
try {
397
if (!isInPrintMode() && bigEnoughForInteractiveFigures() && !dataSaverEnabled() && highBandwidthConnection() && highResolutionCanvasSupported()) {
398
0 commit comments