ialexei / gwt-charts

Automatically exported from code.google.com/p/gwt-charts
0 stars 0 forks source link

Constructor must be 'protected' in subclasses of JavaScriptObject #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1.I am using gwt-charts-0.9.3.jar im=n my gwt application for creating 
bubblechart in my gwt application.Its working fine in development mode. While 
building war i got error.

2.I am using only these imports only.

      import com.googlecode.gwt.charts.client.ChartLoader;
      import com.googlecode.gwt.charts.client.ChartPackage;

3.It shows error in ChartEditor class which is in inside jar.

What is the expected output? What do you see instead?

WAR file

What operating system, browser and version are you using?

Windows 7 64bit 
Firefox and Chrome

Original issue reported on code.google.com by ashok565...@googlemail.com on 19 Jun 2015 at 6:48

Attachments: