Uses of Class
org.pepstock.charba.client.items.ChartElementOptions
-
Packages that use ChartElementOptions Package Description org.pepstock.charba.client.annotation.elements Contains theAnnotationPlugin.ID
plugin elements interfaces to use in the callbacks and events.org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js.org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.matrix Contains all classes to activate the Matrix controller (AKAchartjs-chart-matrix.js
) for CHART.js.org.pepstock.charba.client.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js
) for CHART.js.org.pepstock.charba.client.treemap Contains all classes to activate the TreeMap controller (AKAchartjs-chart-treemap.js
) for CHART.js. -
-
Uses of ChartElementOptions in org.pepstock.charba.client.annotation.elements
Subclasses of ChartElementOptions in org.pepstock.charba.client.annotation.elements Modifier and Type Class Description class
ArrowElement
Maps the arrow options of aAnnotationElement
at runtime.class
ArrowHeadsElement
Maps the arrow heads options of aAnnotationElement
at runtime.class
CalloutElement
Maps the label options of aAnnotationElement
at runtime.class
OptionsElement
Maps the options of aAnnotationElement
at runtime. -
Uses of ChartElementOptions in org.pepstock.charba.client.geo
Subclasses of ChartElementOptions in org.pepstock.charba.client.geo Modifier and Type Class Description class
GeoFeatureElementOptions
The styling of the new elementGeoFeatureElementOptions
is based onBar
element with some additional options for the outline and graticule. -
Uses of ChartElementOptions in org.pepstock.charba.client.items
Subclasses of ChartElementOptions in org.pepstock.charba.client.items Modifier and Type Class Description class
ArcElementOptions
Maps the out-of-the-box CHART.JS element options used to represents arcs on the charts.class
BarElementOptions
Maps the out-of-the-box CHART.JS element options used to represents bars on the charts.class
CommonElementOptions
Maps the common options of theChartElement
s.class
PointElementOptions
Maps the out-of-the-box CHART.JS element options used to represents points on the charts.Methods in org.pepstock.charba.client.items that return ChartElementOptions Modifier and Type Method Description ChartElementOptions
ChartElementFactory. createOptions(ChartElement parent, NativeObject nativeObject)
Creates aChartElementOptions
instance by a native object.ChartElementOptions
ChartElement. getOptions()
Returns the element options.ChartElementOptions
DatasetItemController. getStyle(int dataIndex)
Returns a set of predefined style properties that should be used to represent the dataset or the data if the index is specified. -
Uses of ChartElementOptions in org.pepstock.charba.client.matrix
Subclasses of ChartElementOptions in org.pepstock.charba.client.matrix Modifier and Type Class Description class
MatrixElementOptions
Maps the out-of-the-box CHART.JS element options used to represents boxes for matrix on the charts. -
Uses of ChartElementOptions in org.pepstock.charba.client.sankey
Subclasses of ChartElementOptions in org.pepstock.charba.client.sankey Modifier and Type Class Description class
SankeyElementOptions
Maps the out-of-the-box CHART.JS element options used to represents flows on the charts. -
Uses of ChartElementOptions in org.pepstock.charba.client.treemap
Subclasses of ChartElementOptions in org.pepstock.charba.client.treemap Modifier and Type Class Description class
TreeMapElementOptions
Maps the out-of-the-box CHART.JS element options used to represents boxes for treemap on the charts.
-