79135836

Date: 2024-10-29 04:33:45
Score: 0.5
Natty:
Report link

In the code you posted, you have

<c-tooltip enabled="true" filter={myCustomTooltipFunction}></c-tooltip>

but the documentation says that filter is used to select only some of items of the tooltip, while the function that should be used to change the label is labelCallback, so it should be:

<c-tooltip enabled="true" labelCallback={myCustomTooltipFunction}></c-tooltip>

The documentation also includes an example of that function being used, see this link.

Reasons:
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): see this link
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: kikon