MCPcopy Create free account
hub / github.com/microsoft/SandDance / defaultTooltip

Function defaultTooltip

docs/app/js/sanddance-app.js:123263–123265  ·  view source on GitHub ↗
(handler, event, item, value6)

Source from the content-addressed store, hash-verified

123261} // The default tooltip display handler.
123262// Sets the HTML title attribute on the visualization container.
123263function defaultTooltip(handler, event, item, value6) {
123264 handler.element().setAttribute("title", value6 || "");
123265}
123266Handler.prototype = {
123267 /**
123268 * Initialize a new Handler instance.

Callers

nothing calls this directly

Calls 1

formatTooltipFunction · 0.70

Tested by

no test coverage detected