Class C3ChartConf
- java.lang.Object
-
- org.dashbuilder.renderer.c3.client.jsbinding.C3ChartConf
-
@JsType(isNative=true, namespace="<global>", name="Object") public class C3ChartConf extends ObjectBind the type that should be passed to c3.generate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceC3ChartConf.RenderedCallback
-
Constructor Summary
Constructors Constructor Description C3ChartConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description C3AxisInfogetAxis()voidsetAxis(C3AxisInfo axis)voidsetBindto(com.google.gwt.user.client.Element element)voidsetColor(C3Color color)voidsetData(C3ChartData data)voidsetDonut(C3Donut donut)voidsetGauge(C3Gauge gauge)voidsetGrid(C3Grid grid)voidsetLegend(C3Legend legend)voidsetOnrendered(C3ChartConf.RenderedCallback callback)voidsetPadding(C3Padding padding)voidsetPoint(C3Point point)voidsetSize(C3ChartSize size)voidsetTooltip(C3Tooltip tooltip)voidsetTransition(C3Transition transition)
-
-
-
Method Detail
-
setBindto
@JsProperty public void setBindto(com.google.gwt.user.client.Element element)
-
setSize
@JsProperty public void setSize(C3ChartSize size)
-
setData
@JsProperty public void setData(C3ChartData data)
-
setAxis
@JsProperty public void setAxis(C3AxisInfo axis)
-
getAxis
@JsProperty public C3AxisInfo getAxis()
-
setGrid
@JsProperty public void setGrid(C3Grid grid)
-
setTransition
@JsProperty public void setTransition(C3Transition transition)
-
setPoint
@JsProperty public void setPoint(C3Point point)
-
setPadding
@JsProperty public void setPadding(C3Padding padding)
-
setLegend
@JsProperty public void setLegend(C3Legend legend)
-
setTooltip
@JsProperty public void setTooltip(C3Tooltip tooltip)
-
setOnrendered
@JsProperty public void setOnrendered(C3ChartConf.RenderedCallback callback)
-
setColor
@JsProperty public void setColor(C3Color color)
-
setGauge
@JsProperty public void setGauge(C3Gauge gauge)
-
setDonut
@JsProperty public void setDonut(C3Donut donut)
-
-