0

Possible Duplicate:
Drawing graphs on java

I have created a calculator for BMI. I need to draw line graph to show results.

Community
  • 1
  • 1
pallavi
  • 1
  • 1
  • 1
    @doggbane: i think he need to draw graph in `GWT`. and question you have posted doesnt seem to contain anything related. – Harry Joy Feb 06 '11 at 15:49
  • What do you need help with? You haven't really asked a specific answerable question yet. – Hovercraft Full Of Eels Feb 06 '11 at 15:53
  • have you tried LineChart class or anything else? what you have tried yet? do you get error in trying something or have ant restriction on using anything? :http://gwt-google-apis.googlecode.com/svn-history/r1132/javadoc/visualization/1.0/com/google/gwt/visualization/client/visualizations/LineChart.html – Harry Joy Feb 06 '11 at 16:07

1 Answers1

2

Take a look at GWT Chart Tools (aka Visualization API).

dogbane
  • 266,786
  • 75
  • 396
  • 414
  • i have written a code for BMI to display the calculated result in a message box.but i want to draw graph similar to graph given in this.http://www.healthizen.com/health-tools/calculators-trackers/body-mass-index-bmi-calculator.aspx PLEASE help me. – pallavi Feb 12 '11 at 11:03