Package | Description |
---|---|
org.pepstock.charba.client.impl.plugins |
Contains some plugins implementations, available out-of-the box.
|
Modifier and Type | Method and Description |
---|---|
HtmlLegendItemCallback |
HtmlLegendOptions.getLegendItemCallback()
Returns the callback which can be implemented to change the text of legend for a specific item, as HTML.
|
Modifier and Type | Method and Description |
---|---|
HtmlLegendOptionsBuilder |
HtmlLegendOptionsBuilder.setLegendItemCallback(HtmlLegendItemCallback legendTextCallback)
Sets the callback which can be implemented to change the text of legend for a specific item, as HTML.
|
void |
HtmlLegendOptions.setLegendItemCallback(HtmlLegendItemCallback legendTextCallback)
Sets the callback which can be implemented to change the text of legend for a specific item, as HTML.
|