| Package | Description | 
|---|---|
| org.pepstock.charba.client.configuration | 
 Contains all elements to configure a chart instance (know as chart options at instance level). 
 | 
| org.pepstock.charba.client.data | 
 Contains all elements to configure the datasets of a chart instance (know as chart data at instance level). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BorderRadiusCallback | 
Arc.getBorderRadiusCallback()
Returns the border radius callback, if set, otherwise  
null. | 
BorderRadiusCallback | 
Bar.getBorderRadiusCallback()
Returns the border radius callback, if set, otherwise  
null. | 
BorderRadiusCallback | 
Bar.getHoverBorderRadiusCallback()
Returns the border radius callback, when hovered, if set, otherwise  
null. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Arc.setBorderRadius(BorderRadiusCallback borderRadiusCallback)
Sets the border radius callback. 
 | 
void | 
Bar.setBorderRadius(BorderRadiusCallback borderRadiusCallback)
Sets the border radius callback. 
 | 
void | 
Bar.setHoverBorderRadius(BorderRadiusCallback hoverBorderRadiusCallback)
Sets the border radius callback, when hovered. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BorderRadiusCallback | 
PieDataset.getBorderRadiusCallback()
Returns the border radius callback, if set, otherwise  
null. | 
BorderRadiusCallback | 
BarDataset.getBorderRadiusCallback()
Returns the border radius callback, if set, otherwise  
null. | 
BorderRadiusCallback | 
BarDataset.getHoverBorderRadiusCallback()
Returns the border radius callback, if set, otherwise  
null, when hovered. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PieDataset.setBorderRadius(BorderRadiusCallback borderRadiusCallback)
Sets the border radius callback. 
 | 
void | 
BarDataset.setBorderRadius(BorderRadiusCallback borderRadiusCallback)
Sets the border radius callback. 
 | 
void | 
BarDataset.setHoverBorderRadius(BorderRadiusCallback hoverBorderRadiusCallback)
Sets the border radius callback, when hovered. 
 |