Package | Description |
---|---|
org.pepstock.charba.client.defaults.global |
Modifier and Type | Class and Description |
---|---|
class |
Line
Line elements are used to represent the line in a line chart.
While chart types provide settings to configure the styling of each dataset, you sometimes want to style all datasets the same way. Options can be configured for four different types of elements: arc, lines, points, and rectangles. When set, these options apply to all objects of that type unless specifically overridden by the configuration attached to a dataset. |
class |
Point
Point elements are used to represent the points in a line chart or a bubble chart.
While chart types provide settings to configure the styling of each dataset, you sometimes want to style all datasets the same way. Options can be configured for four different types of elements: arc, lines, points, and rectangles. When set, these options apply to all objects of that type unless specifically overridden by the configuration attached to a dataset. |
class |
Rectangle
Rectangle elements are used to represent the bars in a bar chart.
While chart types provide settings to configure the styling of each dataset, you sometimes want to style all datasets the same way. Options can be configured for four different types of elements: arc, lines, points, and rectangles. When set, these options apply to all objects of that type unless specifically overridden by the configuration attached to a dataset. |
Modifier and Type | Method and Description |
---|---|
Arc |
Elements.getArc() |