Git Product home page Git Product logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 5, 2024
Both classes (JsDate and JsArrayMixed) were only introduced in GWT 2.1.0
So you really need to upgrade in order to work.
Furthermore, I can only guarantee compatibility with 2.4.0 or higher.

Any particular reason for not upgrading?

Original comment by [email protected] on 3 Jan 2013 at 3:50

  • Changed state: Accepted

from gwt-charts.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 5, 2024
Yes i dont update because if I update the project, this doesnt compile and 
stops working.
Any version of gwt-charts that compile in 2.0.4?

Original comment by [email protected] on 10 Jan 2013 at 9:32

from gwt-charts.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 5, 2024
Sorry, but there's no version working with 2.0.4
I can't maintain compatibility since it's almost 3 years old.

You can use the official, that maybe works: 
http://code.google.com/p/gwt-google-apis/wiki/VisualizationGettingStarted

Another alternative is to include those missing classes in your source:
com.google.gwt.core.client.JsArrayMixed
com.google.gwt.core.client.JsDate

Original comment by [email protected] on 10 Jan 2013 at 11:28

  • Changed state: WontFix

from gwt-charts.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 5, 2024
I include
com.google.gwt.core.client.JsArrayMixed
com.google.gwt.core.client.JsDate
and the project compile but when i run, java throws the next exception:

com.google.gwt.core.client.JavaScriptException: (TypeError): 
$wnd.google.visualization is undefined
 fileName: http://127.0.0.1:8888
 lineNumber: 2

The official version "Visualization" dont works :(

Original comment by [email protected] on 16 Jan 2013 at 10:45

from gwt-charts.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 5, 2024
You're not loading the api.
Please refer to the docs: 
http://code.google.com/p/gwt-charts/wiki/GettingStarted
You should call the chart loader once, preferably onModuleLoad. 

Original comment by [email protected] on 5 Feb 2013 at 4:12

from gwt-charts.

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.