Class C3Chart
- java.lang.Object
-
- org.dashbuilder.renderer.c3.client.jsbinding.C3Chart
-
@JsType(isNative=true, namespace="<global>", name="Object") public class C3Chart extends Object
-
-
Constructor Summary
Constructors Constructor Description C3Chart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddefocus()voidflush()voidfocus(String points)com.google.gwt.dom.client.DivElementgetElement()C3LegendgetLegend()voidresize()voidselect(String[] points)
-
-
-
Method Detail
-
getElement
@JsProperty public com.google.gwt.dom.client.DivElement getElement()
-
getLegend
@JsProperty public C3Legend getLegend()
-
flush
@JsMethod public void flush()
-
select
@JsMethod public void select(String[] points)
-
focus
public void focus(String points)
-
defocus
@JsMethod public void defocus()
-
resize
@JsMethod public void resize()
-
-