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).
|
Modifier and Type | Method and Description |
---|---|
DisplayCallback<AnnotationContext> |
LineLabel.getDisplayCallback()
Returns the callback called to set whether the label should be displayed.
|
DisplayCallback<AnnotationContext> |
AbstractAnnotation.getDisplayCallback()
Returns the callback called to set whether the annotation should be displayed.
|
Modifier and Type | Method and Description |
---|---|
void |
LineLabel.setDisplay(DisplayCallback<AnnotationContext> displayCallback)
Sets the callback to set whether the label should be displayed.
|
void |
AbstractAnnotation.setDisplay(DisplayCallback<AnnotationContext> displayCallback)
Sets the callback to set whether the annotation should be displayed.
|
Modifier and Type | Method and Description |
---|---|
DisplayCallback<ChartContext> |
Title.getDisplayCallback()
Returns the callback to set if the title is shown.
|
Modifier and Type | Method and Description |
---|---|
void |
Title.setDisplay(DisplayCallback<ChartContext> displayCallback)
Sets if the title is shown by a callback.
|