Package | Description |
---|---|
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.utils |
Contains some utilities to use in Charba, like HTML annotation builder, and other java script utilities useful for debugging.
|
Modifier and Type | Method and Description |
---|---|
BorderRadiusItem |
LegendItem.getBorderRadius()
Returns the border radius of item.
|
Modifier and Type | Method and Description |
---|---|
static String |
Utilities.toCSSBorderRadiusProperty(BorderRadiusItem borderRadius)
Builds the border radius string (shorthand property of CSS font) to use in the canvas object or in DOM element.
The format is [top-left | top-right | bottom-right | bottom-left]. |