@JsType(isNative=true,
namespace="<global>",
name="Object")
public class C3ChartConf
extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
C3ChartConf.RenderedCallback |
| Constructor and Description |
|---|
C3ChartConf() |
| Modifier and Type | Method and Description |
|---|---|
C3AxisInfo |
getAxis() |
void |
setAxis(C3AxisInfo axis) |
void |
setBindto(com.google.gwt.user.client.Element element) |
void |
setColor(C3Color color) |
void |
setData(C3ChartData data) |
void |
setGauge(C3Gauge gauge) |
void |
setGrid(C3Grid grid) |
void |
setLegend(C3Legend legend) |
void |
setOnrendered(C3ChartConf.RenderedCallback callback) |
void |
setPadding(C3Padding padding) |
void |
setPoint(C3Point point) |
void |
setSize(C3ChartSize size) |
void |
setTooltip(C3Tooltip tooltip) |
void |
setTransition(C3Transition transition) |
@JsProperty public void setBindto(com.google.gwt.user.client.Element element)
@JsProperty public void setSize(C3ChartSize size)
@JsProperty public void setData(C3ChartData data)
@JsProperty public void setAxis(C3AxisInfo axis)
@JsProperty public C3AxisInfo getAxis()
@JsProperty public void setGrid(C3Grid grid)
@JsProperty public void setTransition(C3Transition transition)
@JsProperty public void setPoint(C3Point point)
@JsProperty public void setPadding(C3Padding padding)
@JsProperty public void setLegend(C3Legend legend)
@JsProperty public void setTooltip(C3Tooltip tooltip)
@JsProperty public void setOnrendered(C3ChartConf.RenderedCallback callback)
@JsProperty public void setColor(C3Color color)
@JsProperty public void setGauge(C3Gauge gauge)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.