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).
|
org.pepstock.charba.client.matrix |
Contains all classes to activate the Matrix controller (AKA
chartjs-chart-matrix.js ) for CHART.js. |
Modifier and Type | Method and Description |
---|---|
BorderRadiusCallback |
Bar.getBorderRadiusCallback()
Returns the border radius callback, if set, otherwise
null . |
BorderRadiusCallback |
Arc.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 |
Bar.setBorderRadius(BorderRadiusCallback borderRadiusCallback)
Sets the border radius callback.
|
void |
Arc.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 |
BarDataset.getBorderRadiusCallback()
Returns the border radius callback, if set, otherwise
null . |
BorderRadiusCallback |
PieDataset.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 |
BarDataset.setBorderRadius(BorderRadiusCallback borderRadiusCallback)
Sets the border radius callback.
|
void |
PieDataset.setBorderRadius(BorderRadiusCallback borderRadiusCallback)
Sets the border radius callback.
|
void |
BarDataset.setHoverBorderRadius(BorderRadiusCallback hoverBorderRadiusCallback)
Sets the border radius callback, when hovered.
|
Modifier and Type | Method and Description |
---|---|
BorderRadiusCallback |
MatrixDataset.getBorderRadiusCallback()
Returns the callback to set the border radius (in pixels).
|
Modifier and Type | Method and Description |
---|---|
void |
MatrixDataset.setBorderRadius(BorderRadiusCallback borderRadiusCallback)
Sets the callback to set the border radius (in pixels).
|