This example is disabled because it requires the " +
"HTML5 Charts feature of Smart GWT Pro or better.
." +
"
Click here to see this example on SmartClient.com.
");
htmlFlow.setWidth100();
return htmlFlow;
}
public boolean isEnabled() {
return (SC.hasDrawing() && SC.hasCharts());
}
public abstract String getNodeID();
}