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