Uses of Class
org.dashbuilder.renderer.c3.client.jsbinding.C3ChartConf
-
-
Uses of C3ChartConf in org.dashbuilder.renderer.c3.client
Methods in org.dashbuilder.renderer.c3.client that return C3ChartConf Modifier and Type Method Description protected C3ChartConfC3Displayer. buildConfiguration()protected C3ChartConfC3XYDisplayer. buildConfiguration()Methods in org.dashbuilder.renderer.c3.client with parameters of type C3ChartConf Modifier and Type Method Description voidC3Displayer.View. updateChart(C3ChartConf conf)voidC3DisplayerView. updateChart(C3ChartConf conf) -
Uses of C3ChartConf in org.dashbuilder.renderer.c3.client.charts.area
Methods in org.dashbuilder.renderer.c3.client.charts.area that return C3ChartConf Modifier and Type Method Description protected C3ChartConfC3AreaChartDisplayer. buildConfiguration()Methods in org.dashbuilder.renderer.c3.client.charts.area with parameters of type C3ChartConf Modifier and Type Method Description voidC3AreaChartView. updateChart(C3ChartConf conf) -
Uses of C3ChartConf in org.dashbuilder.renderer.c3.client.charts.meter
Methods in org.dashbuilder.renderer.c3.client.charts.meter that return C3ChartConf Modifier and Type Method Description protected C3ChartConfC3MeterChartDisplayer. buildConfiguration() -
Uses of C3ChartConf in org.dashbuilder.renderer.c3.client.charts.pie
Methods in org.dashbuilder.renderer.c3.client.charts.pie that return C3ChartConf Modifier and Type Method Description protected C3ChartConfC3PieChartDisplayer. buildConfiguration() -
Uses of C3ChartConf in org.dashbuilder.renderer.c3.client.jsbinding
Methods in org.dashbuilder.renderer.c3.client.jsbinding that return C3ChartConf Modifier and Type Method Description C3ChartConfC3JsTypesFactory. c3ChartConf(C3ChartSize size, C3ChartData data, C3AxisInfo axis, C3Grid grid, C3Transition transition, C3Point point, C3Padding padding, C3Legend legend, C3Color color)Methods in org.dashbuilder.renderer.c3.client.jsbinding with parameters of type C3ChartConf Modifier and Type Method Description static C3ChartC3. generate(C3ChartConf conf)
-