Package | Description |
---|---|
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 |
---|---|
BarBorderWidthCallback |
BarDataset.getBorderWidthCallback()
Returns the border width callback, if set, otherwise
null . |
BarBorderWidthCallback |
BarDataset.getHoverBorderWidthCallback()
Returns the hover border width callback, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
BarDataset.setBorderWidth(BarBorderWidthCallback borderWidthCallback)
Sets the border width callback.
|
void |
BarDataset.setHoverBorderWidth(BarBorderWidthCallback hoverBorderWidthCallback)
Sets the hover border width callback.
|
Modifier and Type | Method and Description |
---|---|
BarBorderWidthCallback |
MatrixDataset.getBorderWidthCallback()
Returns the callback to set the border width (in pixels).
|
BarBorderWidthCallback |
MatrixDataset.getHoverBorderWidthCallback()
Returns the callback to set the border width (in pixels), when hovered.
|
Modifier and Type | Method and Description |
---|---|
void |
MatrixDataset.setBorderWidth(BarBorderWidthCallback borderWidthCallback)
Sets the callback to set the border width (in pixels).
|
void |
MatrixDataset.setHoverBorderWidth(BarBorderWidthCallback hoverBorderWidthCallback)
Sets the callback to set the border width (in pixels), when hovered.
|