| Package | Description | 
|---|---|
| org.pepstock.charba.client.callbacks | All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS. | 
| org.pepstock.charba.client.items | Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or
 controllers. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | TooltipLabelCallback. onAfterLabel(IsChart chart,
            TooltipItem item)Returns text to render after an individual label. | 
| String | AbstractTooltipLabelCallback. onAfterLabel(IsChart chart,
            TooltipItem item) | 
| String | TooltipLabelCallback. onBeforeLabel(IsChart chart,
             TooltipItem item)Returns text to render before an individual label. | 
| String | AbstractTooltipLabelCallback. onBeforeLabel(IsChart chart,
             TooltipItem item) | 
| int | TooltipItemSortCallback. onItemSort(IsChart chart,
          TooltipItem item1,
          TooltipItem item2)Allows sorting of tooltip items. | 
| String | TooltipLabelCallback. onLabel(IsChart chart,
       TooltipItem item)Returns text to render for an individual item in the tooltip. | 
| String | AbstractTooltipLabelCallback. onLabel(IsChart chart,
       TooltipItem item) | 
| TooltipLabelColor | TooltipLabelCallback. onLabelColor(IsChart chart,
            TooltipItem item)Returns the colors to render for the tooltip item. | 
| TooltipLabelColor | AbstractTooltipLabelCallback. onLabelColor(IsChart chart,
            TooltipItem item) | 
| IsColor | TooltipLabelCallback. onLabelTextColor(IsChart chart,
                TooltipItem item)Returns the colors for the text of the label for the tooltip item. | 
| IsColor | AbstractTooltipLabelCallback. onLabelTextColor(IsChart chart,
                TooltipItem item) | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | TooltipBodyCallback. onAfterBody(IsChart chart,
           List<TooltipItem> items)Returns text to render after the body section. | 
| String[] | AbstractTooltipBodyCallback. onAfterBody(IsChart chart,
           List<TooltipItem> items) | 
| String[] | TooltipFooterCallback. onAfterFooter(IsChart chart,
             List<TooltipItem> items)Text to render after the footer section. | 
| String[] | AbstractTooltipFooterCallback. onAfterFooter(IsChart chart,
             List<TooltipItem> items) | 
| String[] | TooltipTitleCallback. onAfterTitle(IsChart chart,
            List<TooltipItem> items)Returns text to render after the title. | 
| String[] | AbstractTooltipTitleCallback. onAfterTitle(IsChart chart,
            List<TooltipItem> items) | 
| String[] | TooltipBodyCallback. onBeforeBody(IsChart chart,
            List<TooltipItem> items)Returns text to render before the body section. | 
| String[] | AbstractTooltipBodyCallback. onBeforeBody(IsChart chart,
            List<TooltipItem> items) | 
| String[] | TooltipFooterCallback. onBeforeFooter(IsChart chart,
              List<TooltipItem> items)Returns text to render before the footer section. | 
| String[] | AbstractTooltipFooterCallback. onBeforeFooter(IsChart chart,
              List<TooltipItem> items) | 
| String[] | TooltipTitleCallback. onBeforeTitle(IsChart chart,
             List<TooltipItem> items)Returns the text to render before the title. | 
| String[] | AbstractTooltipTitleCallback. onBeforeTitle(IsChart chart,
             List<TooltipItem> items) | 
| String[] | TooltipFooterCallback. onFooter(IsChart chart,
        List<TooltipItem> items)Returns text to render as the footer of the tooltip. | 
| String[] | AbstractTooltipFooterCallback. onFooter(IsChart chart,
        List<TooltipItem> items) | 
| String[] | TooltipTitleCallback. onTitle(IsChart chart,
       List<TooltipItem> items)Returns text to render as the title of the tooltip. | 
| String[] | AbstractTooltipTitleCallback. onTitle(IsChart chart,
       List<TooltipItem> items) | 
| Modifier and Type | Method and Description | 
|---|---|
| TooltipItem | TooltipItem.TooltipItemFactory. create(NativeObject nativeObject) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<TooltipItem> | TooltipModel. getDataPoints()Returns the list of tooltip items related to data points. |