ijingshan / gwt-charts

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

ChartWrapperSpec.setChartType() is not working in 0.9.7 release. #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is a but in the JSNI of 
com.googlecode.gwt.charts.clientChartWrapperSpec.setChartType() method. Instead 
of 'chartType' input parameter unexisting 'controlType' one is used.

    private final native void setChartType(String chartType) /*-{
        this.controlType = controlType;
    }-*/;

~Dimitar

Original issue reported on code.google.com by dimiter....@gmail.com on 15 Nov 2012 at 7:12

GoogleCodeExporter commented 9 years ago

Original comment by rglafo...@gmail.com on 15 Nov 2012 at 2:20

GoogleCodeExporter commented 9 years ago

Original comment by rglafo...@gmail.com on 18 Nov 2012 at 12:06

GoogleCodeExporter commented 9 years ago

Original comment by rglafo...@gmail.com on 7 Dec 2012 at 12:06