Example #1
0
 public void drawDygraph(Element element, DataTable dataTable, DygraphOptions options) {
   drawDygraph(element, dataTable, options.getJsObject());
 }
Example #2
0
 public void drawDygraph(Element element, String csvUrl, DygraphOptions options) {
   drawDygraph(element, csvUrl, options.getJsObject());
 }