Class C3ChartConf


  • @JsType(isNative=true,
            namespace="<global>",
            name="Object")
    public class C3ChartConf
    extends Object
    Bind the type that should be passed to c3.generate
    • Constructor Detail

      • C3ChartConf

        public C3ChartConf()
    • 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)
      • setColor

        @JsProperty
        public void setColor​(C3Color color)
      • setGauge

        @JsProperty
        public void setGauge​(C3Gauge gauge)
      • setDonut

        @JsProperty
        public void setDonut​(C3Donut donut)