Coder Social home page Coder Social logo

Comments (5)

dlaliberte avatar dlaliberte commented on June 2, 2024

Yes, the old jsapi loader redirects internally to the new gstatiic.com/charts/loader.js. Since you are getting the v52 loader, your google.load call is probably loading "1.1" which maps to the new 'upcoming' version.

GWT has long been deprecated, and any lingering support is gradually falling apart, and will eventually fail completely. So your best bet is to figure out how to update your code to use the latest version. See https://developers.google.com/chart/interactive/docs/basic_load_libs for details.

from google-visualization-issues.

archanakeshireddy avatar archanakeshireddy commented on June 2, 2024

Thanks. I looked into the gwt visualization code and it has below code after loading loader.js it is calling below method.
do you know if we change the visualization code to load https://www.gstatic.com/charts/51/loader.js will fix this issue.
$wnd.google.load(api, version, settings);

from google-visualization-issues.

dlaliberte avatar dlaliberte commented on June 2, 2024

It is possible that v51 will still work with GWT. Worth a try. You should use '51' as the version, if you want it to stick with that version for long term.

from google-visualization-issues.

mike-targetr avatar mike-targetr commented on June 2, 2024

We also encountered this problem today. I can confirm that loading version 51 resolved the issue:

VisualizationUtils.loadVisualizationApi("51", onLoad, "corechart");

from google-visualization-issues.

dlaliberte avatar dlaliberte commented on June 2, 2024

Thanks mike-targetr. Since GWT was deprecated long ago, and v52 breaks the support of GWT for some unknown reason, it is reasonable to require anyone who still needs GWT support to use v51 instead.

from google-visualization-issues.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.