public interface HtmlLegendTextCallback
HtmlLegend
plugin.Modifier and Type | Method and Description |
---|---|
SafeHtml |
generateLegendText(IsChart chart,
LegendItem item,
String currentText)
Returns a text of legend for a specific item, as HTML
|
SafeHtml generateLegendText(IsChart chart, LegendItem item, String currentText)
chart
- chart instanceitem
- legend item which represents the text to createcurrentText
- current text provided by legend labels callback.