Package | Description |
---|---|
org.pepstock.charba.client.annotation |
Contains all classes to activate the
AnnotationPlugin#ID plugin (AKA chartjs-plugin-annotation.js ) for CHART.js. |
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 |
---|---|
BorderDashOffsetCallback<AnnotationContext> |
AbstractAnnotation.getBorderDashOffsetCallback()
Returns the callback called to set the line dash pattern offset.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAnnotation.setBorderDashOffset(BorderDashOffsetCallback<AnnotationContext> borderDashOffsetCallback)
Sets the callback to set the line dash pattern offset.
|
Modifier and Type | Method and Description |
---|---|
BorderDashOffsetCallback<SegmentContext> |
Segment.getBorderDashOffsetCallback()
Returns the border dash callback, if set, otherwise
null . |
BorderDashOffsetCallback<DatasetContext> |
Line.getBorderDashOffsetCallback()
Returns the border dash offset callback, if set, otherwise
null . |
BorderDashOffsetCallback<ScaleContext> |
Grid.getTickBorderDashOffsetCallback()
Returns the tick border dash offset callback instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Line.setBorderDashOffset(BorderDashOffsetCallback<DatasetContext> borderDashOffsetCallback)
Sets the border dash offset callback.
|
void |
Segment.setBorderDashOffset(BorderDashOffsetCallback<SegmentContext> borderDashOffsetCallback)
Sets the border dash callback.
|
void |
Grid.setTickBorderDashOffset(BorderDashOffsetCallback<ScaleContext> tickBorderDashOffsetCallback)
Sets the tick border dash offset callback instance.
|
Modifier and Type | Method and Description |
---|---|
BorderDashOffsetCallback<DatasetContext> |
LiningDataset.getBorderDashOffsetCallback()
Returns the border dash offset callback, if set, otherwise
null . |
BorderDashOffsetCallback<DatasetContext> |
LiningDataset.getHoverBorderDashOffsetCallback()
Returns the border dash offset callback when element is hovered, if set, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
LiningDataset.setBorderDashOffset(BorderDashOffsetCallback<DatasetContext> borderDashOffsetCallback)
Sets the border dash offset callback.
|
void |
LiningDataset.setHoverBorderDashOffset(BorderDashOffsetCallback<DatasetContext> borderDashOffsetCallback)
Sets the border dash offset callback when element is hovered.
|