We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23f0e8c commit 4110815Copy full SHA for 4110815
dygraphs-gwt/src/main/java/com/github/timeu/dygraphsgwt/client/gviz/GVizChart.java
@@ -77,7 +77,7 @@ protected GVizChartJs createGVizJso() {
77
return createNativeGVizJso(getElement());
78
}
79
80
- protected final native GVizChartJs createNativeGVizJso(Element element) /*-{
+ protected final native GVizChartJs createNativeGVizJso(Element container) /*-{
81
return new $wnd.Dygraph.GVizChart(container);
82
}-*/;
83
0 commit comments