Skip to content

Commit

Permalink
Temporarily turn off interactive charts (#3804)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb authored Oct 22, 2024
1 parent e5e28cf commit c850499
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/static/js/almanac.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,10 @@ function googleSheetsPixelNotLoaded() {
//Check for support and switch out images if supported
function upgradeInteractiveFigures() {

// Temporarily disable charts since embedding is currently broken in Sheets
// See: https://github.com/HTTPArchive/almanac.httparchive.org/issues/3803
return;

try {
if (!isInPrintMode() && bigEnoughForInteractiveFigures() && !dataSaverEnabled() && highBandwidthConnection() && highResolutionCanvasSupported()) {

Expand Down

0 comments on commit c850499

Please sign in to comment.