资 源 简 介
gwt-gchartjava is a GWT Java Chart Library
Description
Simple portage of gchartjava project from java 5.0 ( or higher ) to gwt 1.4 java code compliant.
Documentation
Javadoc is available online here and can be downloaded here.
Examples
First example used with ChartWidget:
```
import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.user.client.ui.RootPanel;
/**
* Entry point classes define onModuleLoad().
*/
public class gwtgchartjava implements EntryPoint {
/**
* This is the entry point method.
*/
public void onModuleLoad() {
Float[] data = new