public interface LegendLabelsCallback
Modifier and Type | Method and Description |
---|---|
java.util.List<LegendLabelItem> |
generateLegendLabels(IsChart chart,
java.util.List<LegendLabelItem> defaultLabels)
Generates legend items for each thing in the legend.
|
java.util.List<LegendLabelItem> generateLegendLabels(IsChart chart, java.util.List<LegendLabelItem> defaultLabels)
chart
- chart instancedefaultLabels
- list of labels created by CHART.JS using the out of the box generate labels callback.null
, uses the default implementation