pkt1583 / gwt-ext

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

GWT Charts Demo doesn't run correctly from sample code #481

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download gwt-ext 2.0.5 ext 2.0.2 unzip
2. Add gwt-ext to eclipse (with GWTDesigner just for Run As/GWT 
Application)
3. Set up classpath with gwtext.jar regular gwt jars, gwtextux.jar
4. Run Showcase2 (RUNS FINE!)
5. Click on Charts (Blows up)
6. Try to fix charts by adding the ext.js files to public/js/ext
7. Chart demo runs but chart values don't update the chart
   More specifically if I change January Rent to 999999 from 880
   the chart on the gwt-ext site changes (the dot moves) but the one on 
   my localhost doesnt (the dot doesn't move)

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

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by adligo...@gmail.com on 19 Mar 2009 at 8:26